From 8e9fb5c84f73c249c504bffdbc834accb52b2d30 Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 19 May 2022 17:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=A4=84=E7=90=86=E5=88=86?= =?UTF-8?q?=E6=9E=90=E9=83=A8=E5=88=86=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shijianchuli/event-info.vue | 52 +++++++------- .../shijianchuli/shijianchulifenxi.vue | 68 ++++++++++--------- 2 files changed, 63 insertions(+), 57 deletions(-) diff --git a/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue b/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue index c4d3b456..8a37b7d1 100644 --- a/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue +++ b/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue @@ -19,7 +19,7 @@
上报时间: - {{ eventInfo.reportTime }} + {{ eventInfo.createdTime }}
@@ -40,15 +40,15 @@
报事人: - {{ eventInfo.reporterName || "--" }} + {{ eventInfo.name || "--" }}
手机号: - {{ eventInfo.reporterMobile || "--" }} + {{ eventInfo.mobile || "--" }}
身份证号: - {{ eventInfo.reporterIdCard || "--" }} + {{ eventInfo.idCard || "--" }}
@@ -62,7 +62,7 @@ :key="item.processId" v-for="(item, index) in eventProcess">
-
{{ item.serviceShowName }}
+
{{ item.processName }}
{{ item.processTime }}
@@ -70,7 +70,7 @@
处理部门:
-
{{ item.wantServiceTime }}
+
{{ item.departmentName }}