From e15dce3360704b8b9e24f4b02798fc802f4d3626 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Feb 2022 16:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppVillagersCircle/Reject.vue | 0 src/apps/AppVillagersCircle/detail.vue | 17 +++++++++++++++-- src/saas/AppConflictMediation/detail.vue | 5 +++-- 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 src/apps/AppVillagersCircle/Reject.vue diff --git a/src/apps/AppVillagersCircle/Reject.vue b/src/apps/AppVillagersCircle/Reject.vue new file mode 100644 index 00000000..e69de29b diff --git a/src/apps/AppVillagersCircle/detail.vue b/src/apps/AppVillagersCircle/detail.vue index 70771791..2a63c1c6 100644 --- a/src/apps/AppVillagersCircle/detail.vue +++ b/src/apps/AppVillagersCircle/detail.vue @@ -1,16 +1,29 @@ - \ No newline at end of file diff --git a/src/saas/AppConflictMediation/detail.vue b/src/saas/AppConflictMediation/detail.vue index 090353dd..705abe14 100644 --- a/src/saas/AppConflictMediation/detail.vue +++ b/src/saas/AppConflictMediation/detail.vue @@ -7,7 +7,7 @@
-
的上报
+
的上报
{{ data.createTime }}
@@ -55,7 +55,7 @@
- +
@@ -134,6 +134,7 @@ export default { }, methods: { transTxt(str){ + console.log(str.split("$")); return str.split("$") },