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