2023年10月23日 教学楼信息维护增加教室数

This commit is contained in:
bai 2023-10-23 22:57:25 +08:00
parent bcf6dc6e05
commit f15a09b94f
1 changed files with 10 additions and 0 deletions

View File

@ -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
{