From 4bdc1251329fd8200e95b6de9864e9eb4e8f67c5 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Tue, 14 Dec 2021 17:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E8=AF=9D=E9=A2=98?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=BB=84=E4=BB=B66?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/visual/measure/dialogInfo.vue | 247 +++++++++--------- 1 file changed, 121 insertions(+), 126 deletions(-) diff --git a/src/views/modules/visual/measure/dialogInfo.vue b/src/views/modules/visual/measure/dialogInfo.vue index 39c06e96..6e3f04c8 100644 --- a/src/views/modules/visual/measure/dialogInfo.vue +++ b/src/views/modules/visual/measure/dialogInfo.vue @@ -13,7 +13,6 @@
需求内容
-
{{ info.content }} @@ -58,12 +57,18 @@
实际服务时间: - {{ info.serviceStartTime }} 至
- {{ info.serviceEndTime }}
+ {{ info.serviceStartTime }} 至
+ {{ info.serviceEndTime }}
完成情况: - {{ info.finishResult == 'resolved' ? '已解决' : '未解决' }}
{{ info.finishDesc }}
+ {{ info.finishResult == "resolved" ? "已解决" : "未解决" }} +
+ {{ info.finishDesc }}
评价: @@ -75,39 +80,29 @@
-
+
-
- 研判分析 -
-
+
研判分析
+
-
- +
- -
@@ -115,7 +110,7 @@ - +