2023年10月23日 教学楼信息维护增加教室数
This commit is contained in:
parent
bcf6dc6e05
commit
f15a09b94f
|
@ -14,6 +14,11 @@ export const columns: BasicColumn[] = [
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'jxlhName'
|
dataIndex: 'jxlhName'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '教室总数',
|
||||||
|
align:"center",
|
||||||
|
dataIndex: 'jsNum'
|
||||||
|
},
|
||||||
];
|
];
|
||||||
//查询数据
|
//查询数据
|
||||||
export const searchFormSchema: FormSchema[] = [
|
export const searchFormSchema: FormSchema[] = [
|
||||||
|
@ -29,6 +34,11 @@ export const formSchema: FormSchema[] = [
|
||||||
label: '教学楼名称',
|
label: '教学楼名称',
|
||||||
field: 'jxlhName',
|
field: 'jxlhName',
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '教室总数',
|
||||||
|
field: 'jsNum',
|
||||||
|
component: 'Input',
|
||||||
},
|
},
|
||||||
// TODO 主键隐藏字段,目前写死为ID
|
// TODO 主键隐藏字段,目前写死为ID
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue