-
-
+
+
-
-
-
-
- {{ $t('pages.common.edit') }}
-
-
+
+
+
- {{ $t('pages.common.delete') }}
+ {{ $t('pages.common.edit') }}
-
-
-
-
+
+
+ {{ $t('pages.common.delete') }}
+
+
+
+
+
-
+
-
+
diff --git a/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/type.d.ts b/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/type.d.ts
index 0a100e0b..f3685f2a 100644
--- a/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/type.d.ts
+++ b/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/type.d.ts
@@ -1,68 +1,67 @@
//列表数据,用于展示人员列表
export interface PersonVO {
- /**
- * 主键id
- */
- id: string | number;
-
- /**
- * 用户id
- */
- userId: string | number;
-
- /**
- * 用户名称
- */
- userName: string;
-
- /**
- * 联系电话
- */
- phone: string;
-
- /**
- * 性别
- */
- gender: number;
-
- /**
- * 人脸图片
- */
- img: string;
-
- /**
- * 所属单位id
- */
- unitId: string | number;
-
- /**
- * 所属单位名称
- */
- unitName: string;
-
- /**
- * 入驻位置
- */
- locathon: string;
-
- /**
- * 入驻时间
- */
- time: string;
-
- /**
- * 车牌号码
- */
- carNumber: string;
-
- /**
- * 状态
- */
- state: number|string;
-
- /**
- * 备注
- */
- remark: string;
-
- }
\ No newline at end of file
+ /**
+ * 主键id
+ */
+ id: string | number;
+
+ /**
+ * 用户id
+ */
+ userId: string | number;
+
+ /**
+ * 用户名称
+ */
+ userName: string;
+
+ /**
+ * 联系电话
+ */
+ phone: string;
+
+ /**
+ * 性别
+ */
+ gender: number;
+
+ /**
+ * 人脸图片
+ */
+ img: string;
+
+ /**
+ * 所属单位id
+ */
+ unitId: string | number;
+
+ /**
+ * 所属单位名称
+ */
+ unitName: string;
+
+ /**
+ * 入驻位置
+ */
+ locathon: string;
+
+ /**
+ * 入驻时间
+ */
+ time: string;
+
+ /**
+ * 车牌号码
+ */
+ carNumber: string;
+
+ /**
+ * 状态
+ */
+ state: number | string;
+
+ /**
+ * 备注
+ */
+ remark: string;
+}
diff --git a/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/unit-person-modal.vue b/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/unit-person-modal.vue
index 1a0c63c4..2f503f04 100644
--- a/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/unit-person-modal.vue
+++ b/apps/web-antd/src/views/property/attendanceManagement/workforceManagement/unit-person-modal.vue
@@ -1,24 +1,39 @@
-
+
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
- {{ label.substring(0, label.indexOf(searchValue)) }}
- {{ searchValue }}
- {{ label.substring(label.indexOf(searchValue) + searchValue.length) }}
-
- {{ label }}
-
-
-
-
+
+
+
+
+
+
+
+
+
+ {{ label.substring(0, label.indexOf(searchValue)) }}
+ {{ searchValue }}
+ {{
+ label.substring(
+ label.indexOf(searchValue) + searchValue.length,
+ )
+ }}
+
+ {{ label }}
+
+
+
+
+
+
+
+
+
+
+ 已选人员:
+
+ {{ user.userName }}
+
-
-
-
-
- 已选人员:
-
- {{ user.userName }}
-
-
-
-
-
+
+
diff --git a/apps/web-antd/src/views/property/costManagement/costMeterWater/index.vue b/apps/web-antd/src/views/property/costManagement/costMeterWater/index.vue
index bc79a12a..3640a8e4 100644
--- a/apps/web-antd/src/views/property/costManagement/costMeterWater/index.vue
+++ b/apps/web-antd/src/views/property/costManagement/costMeterWater/index.vue
@@ -1,18 +1,12 @@
@@ -138,9 +137,10 @@ function handleDownloadExcel() {
+ type="primary"
+ v-access:code="['property:costMeterWater:remove']"
+ @click="handleMultiDelete"
+ >
{{ $t('pages.common.delete') }}