Update publicUnit.vue
This commit is contained in:
parent
18c14241cb
commit
5b33b5fbd2
|
@ -369,9 +369,9 @@ const formParams = ref<{
|
|||
remark?: string
|
||||
}>({
|
||||
name: '',
|
||||
enterprisesUnitId: null,
|
||||
enterprisesUnitId: '',
|
||||
type: 'security',
|
||||
securityUnitId: null,
|
||||
securityUnitId: '',
|
||||
})
|
||||
const securityUnitIdList = ref<any>([])
|
||||
const formItemOptions = ref<FormProMaxItemOptions<serviceProjectSaveOrUpdateParams_>>({
|
||||
|
@ -547,13 +547,13 @@ const expandedRowRender: TableProMaxProps['expandedRowRender'] = ({ record }) =>
|
|||
{
|
||||
dataIndex: 'serviceArea',
|
||||
title: '服务区域面积',
|
||||
width: 60,
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
dataIndex: 'buildingTotal',
|
||||
title: '楼栋数量',
|
||||
width: 60,
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
},
|
||||
|
||||
|
@ -566,13 +566,13 @@ const expandedRowRender: TableProMaxProps['expandedRowRender'] = ({ record }) =>
|
|||
{
|
||||
dataIndex: 'staffTotal',
|
||||
title: '工作人员数量',
|
||||
width: 60,
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
dataIndex: 'securityUserTotal',
|
||||
title: '保安人员数量',
|
||||
width: 60,
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue