From f15a09b94f5cb7af16418c644e78165c5bc1b6ee Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Mon, 23 Oct 2023 22:57:25 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B410=E6=9C=8823=E6=97=A5=20=E6=95=99?= =?UTF-8?q?=E5=AD=A6=E6=A5=BC=E4=BF=A1=E6=81=AF=E7=BB=B4=E6=8A=A4=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=95=99=E5=AE=A4=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/jiaoshi/KcJiaoxuelouInfo.data.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 {