From bb7eb039b5045da369aadd3c76c89140709cdccd Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Mon, 21 Apr 2025 13:33:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E7=9B=91=E6=B5=8B?= =?UTF-8?q?=E6=8C=87=E6=A0=87=E6=95=B0=E6=8D=AE=E8=B4=A8=E9=87=8F=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistical/Qualitystatistics.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Management-operation/components/mainnetwork/statistical/Qualitystatistics.vue b/src/views/Management-operation/components/mainnetwork/statistical/Qualitystatistics.vue index f07171b..8b9994e 100644 --- a/src/views/Management-operation/components/mainnetwork/statistical/Qualitystatistics.vue +++ b/src/views/Management-operation/components/mainnetwork/statistical/Qualitystatistics.vue @@ -88,7 +88,7 @@ export default { { prop: 'effectiveAccessRate', label: '有效接入率(%)' }, { prop: 'dataIntegrityRate', label: '数据完整率(%)' }, { prop: 'indexIntegrityRate', label: '指标完整率(%)' }, - { prop: 'isUnusual', label: '数据是否异常' } + { prop: 'isUnusual', label: '异常监测点数' } ], qualitystatisticsData: [], device: '', @@ -154,13 +154,13 @@ export default { //判断数据是否异常 cellStyle(row) { console.log(row) - if (row.columnIndex == 6) { - if (row.row.isUnusual == 0) { - row.row.isUnusual = '正常 ' - } else if (row.row.isUnusual == 1) { - row.row.isUnusual = '异常' - } - } + // if (row.columnIndex == 6) { + // if (row.row.isUnusual == 0) { + // row.row.isUnusual = '正常 ' + // } else if (row.row.isUnusual == 1) { + // row.row.isUnusual = '异常' + // } + // } }, //导出 exportEvent() {