-
{{ chainData.currentMonthEnergy }}
-
当月用水(t)
+
+
+
+
+
+
+ {{ item.meterName }}
+
+
-
-
{{ chainData.lastMonthSamePeriodEnergy }}
-
上月同期(t)
+
+
+ -
+ 采集时间:
+ {{ readingTime }}
+
+ -
+ 设备位置:
+ {{ item.installLocation }}
+
+
-
-
-
{{ chainData.monthTrendPercentage }}
-
{{ chainData.monthTrendValue }}
- t
-
-
-
趋势
-
-
-
{{ chainData.currentYearEnergy }}
-
当年用水(t)
-
-
-
-
{{ chainData.lastYearSamePeriodEnergy }}
-
去年同期(t)
-
-
-
-
{{ chainData.yearTrendPercentage }}
-
{{ chainData.yearTrendValue }}
- t
-
-
-
趋势
+
-
-
-
-
- 当月
- 当年
-
-
-
-
-
-
-
+
+
-
-
diff --git a/apps/web-antd/src/views/property/resident/person/data.ts b/apps/web-antd/src/views/property/resident/person/data.ts
index aee41767..c24b99cc 100644
--- a/apps/web-antd/src/views/property/resident/person/data.ts
+++ b/apps/web-antd/src/views/property/resident/person/data.ts
@@ -108,6 +108,12 @@ export const columns: VxeGridProps['columns'] = [
},
width: 100,
},
+ {
+ title: '授权状态',
+ field: 'eeightId',
+ slots: { default: 'eeightId' },
+ width: 100,
+ },
{
title: '备注',
field: 'remark',
@@ -117,7 +123,7 @@ export const columns: VxeGridProps['columns'] = [
fixed: 'right',
slots: { default: 'action' },
title: '操作',
- width: 200,
+ width: 250,
},
]
diff --git a/apps/web-antd/src/views/property/resident/person/index.vue b/apps/web-antd/src/views/property/resident/person/index.vue
index b403525d..5d391df7 100644
--- a/apps/web-antd/src/views/property/resident/person/index.vue
+++ b/apps/web-antd/src/views/property/resident/person/index.vue
@@ -1,31 +1,29 @@
@@ -151,20 +152,33 @@ function handleInfo(row: Required
) {
-
+
{{ $t('pages.common.export') }}
-
+
{{ $t('pages.common.import') }}
-
- 人脸导入
-
-
+ 人脸导入
+
{{ $t('pages.common.delete') }}
-
+
{{ $t('pages.common.add') }}
@@ -173,17 +187,38 @@ function handleInfo(row: Required) {
无
+
+ 成功
+ 未授权
+
{{ $t('pages.common.info') }}
-
+
{{ $t('pages.common.edit') }}
-
-
+
+ 授权
+
+
+
{{ $t('pages.common.delete') }}