diff --git a/src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts b/src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts index 47a689c..dd090b2 100644 --- a/src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts +++ b/src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts @@ -5,6 +5,11 @@ import { render } from '/@/utils/common/renderUtils'; import { log } from 'console'; //列表数据 export const columns: BasicColumn[] = [ + { + title: '学期学年', + align: "center", + dataIndex: 'xqxn' + }, { title: '姓名', align: "center", @@ -147,6 +152,12 @@ export const columns: BasicColumn[] = [ //查询数据 export const searchFormSchema: FormSchema[] = [ + { + label: "学期学年", + field: 'xqxn', + component: 'Input', + colProps: {span: 6}, + }, { label: "姓名", field: 'xm', diff --git a/src/views/kc/xxhbtkxx/XxhbtkxxList.vue b/src/views/kc/xxhbtkxx/XxhbtkxxList.vue index 24a4168..67ef68e 100644 --- a/src/views/kc/xxhbtkxx/XxhbtkxxList.vue +++ b/src/views/kc/xxhbtkxx/XxhbtkxxList.vue @@ -4,11 +4,17 @@