Update publicUnit.vue

This commit is contained in:
TimSpan 2024-12-19 09:19:38 +08:00
parent 18c14241cb
commit 5b33b5fbd2
1 changed files with 6 additions and 6 deletions

View File

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