2、退费审核 3、房间添加套内面积
This commit is contained in:
@@ -43,9 +43,13 @@ export const columns: VxeGridProps['columns'] = [
|
||||
field: 'roomTypeName',
|
||||
},
|
||||
{
|
||||
title: '面积',
|
||||
title: '建筑面积',
|
||||
field: 'area',
|
||||
},
|
||||
{
|
||||
title: '套内面积',
|
||||
field: 'insideInArea',
|
||||
},
|
||||
{
|
||||
title: '户型',
|
||||
field: 'layout',
|
||||
@@ -110,10 +114,18 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '面积',
|
||||
label: '建筑面积',
|
||||
fieldName: 'area',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: '套内面积',
|
||||
fieldName: 'insideInArea',
|
||||
component: 'InputNumber',
|
||||
componentProps:{
|
||||
min:0,
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '户型',
|
||||
fieldName: 'layout',
|
||||
|
Reference in New Issue
Block a user