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 remark?: string
}>({ }>({
name: '', name: '',
enterprisesUnitId: null, enterprisesUnitId: '',
type: 'security', type: 'security',
securityUnitId: null, securityUnitId: '',
}) })
const securityUnitIdList = ref<any>([]) const securityUnitIdList = ref<any>([])
const formItemOptions = ref<FormProMaxItemOptions<serviceProjectSaveOrUpdateParams_>>({ const formItemOptions = ref<FormProMaxItemOptions<serviceProjectSaveOrUpdateParams_>>({
@ -547,13 +547,13 @@ const expandedRowRender: TableProMaxProps['expandedRowRender'] = ({ record }) =>
{ {
dataIndex: 'serviceArea', dataIndex: 'serviceArea',
title: '服务区域面积', title: '服务区域面积',
width: 60, width: 120,
ellipsis: true, ellipsis: true,
}, },
{ {
dataIndex: 'buildingTotal', dataIndex: 'buildingTotal',
title: '楼栋数量', title: '楼栋数量',
width: 60, width: 100,
ellipsis: true, ellipsis: true,
}, },
@ -566,13 +566,13 @@ const expandedRowRender: TableProMaxProps['expandedRowRender'] = ({ record }) =>
{ {
dataIndex: 'staffTotal', dataIndex: 'staffTotal',
title: '工作人员数量', title: '工作人员数量',
width: 60, width: 120,
ellipsis: true, ellipsis: true,
}, },
{ {
dataIndex: 'securityUserTotal', dataIndex: 'securityUserTotal',
title: '保安人员数量', title: '保安人员数量',
width: 60, width: 120,
ellipsis: true, ellipsis: true,
}, },
{ {