From ab90450e2b4b3a0d1264cbf88540779ee6d41fd9 Mon Sep 17 00:00:00 2001 From: huxiaolei <286388969@qq.com> Date: Thu, 12 Sep 2024 08:41:47 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shequzhili/event/cpts/event-info.vue | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index 53afcb42e..aae8e5624 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -140,7 +140,7 @@
问题解决情况:
-
{{ solveState.find(v => v.value ===item.solveState).label }}
+
{{ solveState.find(v => v.value ==item.solveState).label }}
预计解决时间:
@@ -155,7 +155,7 @@
审核结果:
-
{{ examine.find(v => v.value ===item.examine).label }}
+
{{ examine.find(v => v.value ==item.examine).label }}
@@ -166,12 +166,12 @@
问题是否已解决:
-
{{ confirmSolved.find(v => v.value ===item.confirmSolved).label }}
+
{{ confirmSolved.find(v => v.value ==item.confirmSolved).label }}
回访满意度结果:
-
{{ satisfactionResult.find(v => v.value ===item.satisfactionResult).label }}
+
{{ satisfactionResult.find(v => v.value ==item.satisfactionResult).label }}
@@ -189,14 +189,14 @@
填报不合规诉求:
-
{{ irregularity.find(v => v.value ===item.irregularity).label }}
+
{{ irregularity.find(v => v.value ==item.irregularity).label }}
不合规诉求类型:
{{ nonComplianceType.find(v => v.value ==item.nonComplianceType).label }}
-
不合规诉求申请说明:
+
不合规诉求说明:
{{ item.nonComplianceNote }}
@@ -241,6 +241,7 @@