diff --git a/src/views/kc/jiaoshi/KcJiaoxuelouInfo.data.ts b/src/views/kc/jiaoshi/KcJiaoxuelouInfo.data.ts index 6397a1a..0c14cb3 100644 --- a/src/views/kc/jiaoshi/KcJiaoxuelouInfo.data.ts +++ b/src/views/kc/jiaoshi/KcJiaoxuelouInfo.data.ts @@ -14,6 +14,11 @@ export const columns: BasicColumn[] = [ align:"center", dataIndex: 'jxlhName' }, + { + title: '教室总数', + align:"center", + dataIndex: 'jsNum' + }, ]; //查询数据 export const searchFormSchema: FormSchema[] = [ @@ -29,6 +34,11 @@ export const formSchema: FormSchema[] = [ label: '教学楼名称', field: 'jxlhName', component: 'Input', + }, + { + label: '教室总数', + field: 'jsNum', + component: 'Input', }, // TODO 主键隐藏字段,目前写死为ID {