From 5b33b5fbd22cf8ca3c75d02cbfb757b67849e45e Mon Sep 17 00:00:00 2001 From: TimSpan Date: Thu, 19 Dec 2024 09:19:38 +0800 Subject: [PATCH] Update publicUnit.vue --- policeManagement/src/views/query/publicUnit.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/policeManagement/src/views/query/publicUnit.vue b/policeManagement/src/views/query/publicUnit.vue index ed7ad61..79e7bb5 100644 --- a/policeManagement/src/views/query/publicUnit.vue +++ b/policeManagement/src/views/query/publicUnit.vue @@ -369,9 +369,9 @@ const formParams = ref<{ remark?: string }>({ name: '', - enterprisesUnitId: null, + enterprisesUnitId: '', type: 'security', - securityUnitId: null, + securityUnitId: '', }) const securityUnitIdList = ref([]) const formItemOptions = ref>({ @@ -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, }, {