From 251dfcb1ffc6665179d01cd75522c6dfd5f743fb Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Fri, 7 Jun 2024 11:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pqs/supervise/harmonicSurvey/components/planManage.vue | 2 +- .../pqs/supervise/harmonicSurvey/components/testManage.vue | 2 +- src/views/pqs/supervise/technology/components/alarm.vue | 2 +- src/views/pqs/supervise/technology/components/earlyWarn.vue | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/pqs/supervise/harmonicSurvey/components/planManage.vue b/src/views/pqs/supervise/harmonicSurvey/components/planManage.vue index 958684b8..08363207 100644 --- a/src/views/pqs/supervise/harmonicSurvey/components/planManage.vue +++ b/src/views/pqs/supervise/harmonicSurvey/components/planManage.vue @@ -97,7 +97,7 @@ const tableStore = new TableStore({ { field: 'planEndTime', minWidth: 130,title: '计划结束时间' }, { field: 'status', - title: '计划状态', + title: '审核状态', render: 'tag', minWidth: 80, custom: { diff --git a/src/views/pqs/supervise/harmonicSurvey/components/testManage.vue b/src/views/pqs/supervise/harmonicSurvey/components/testManage.vue index 67063634..4ac1e30f 100644 --- a/src/views/pqs/supervise/harmonicSurvey/components/testManage.vue +++ b/src/views/pqs/supervise/harmonicSurvey/components/testManage.vue @@ -96,7 +96,7 @@ const tableStore = new TableStore({ { field: 'completeTime', title: '实际完成时间', minWidth: 140 }, { field: 'status', - title: '计划状态', + title: '审核状态', render: 'tag', minWidth: 140, custom: { diff --git a/src/views/pqs/supervise/technology/components/alarm.vue b/src/views/pqs/supervise/technology/components/alarm.vue index 536791bb..2b1f385b 100644 --- a/src/views/pqs/supervise/technology/components/alarm.vue +++ b/src/views/pqs/supervise/technology/components/alarm.vue @@ -80,7 +80,7 @@ const tableStore = new TableStore({ { field: 'issueDetail', title: '告警内容', minWidth: '150' }, { field: 'status', - title: '告警单状态', + title: '审核状态', minWidth: '150', render: 'tag', custom: { diff --git a/src/views/pqs/supervise/technology/components/earlyWarn.vue b/src/views/pqs/supervise/technology/components/earlyWarn.vue index d697cf90..39bdf3c7 100644 --- a/src/views/pqs/supervise/technology/components/earlyWarn.vue +++ b/src/views/pqs/supervise/technology/components/earlyWarn.vue @@ -42,7 +42,7 @@ const tableStore = new TableStore({ } }, { - field: 'problemType', title: '告警单问题来源', minWidth: '150', + field: 'problemType', title: '预警单问题来源', minWidth: '150', render: 'tag', custom: { 1: 'warning', @@ -59,7 +59,7 @@ const tableStore = new TableStore({ }, { field: 'leafletName', title: '单据名称', minWidth: '150' }, { - field: 'status', title: '告警单状态', minWidth: '150', + field: 'status', title: '审核状态', minWidth: '150', render: 'tag', custom: { 1: 'primary',