From afb54d96487ccfcd6b274223cef93d097573228a Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 14 Feb 2022 15:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppConflictMediation/detail.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/saas/AppConflictMediation/detail.vue b/src/saas/AppConflictMediation/detail.vue index 987b5a62..31cfe4ac 100644 --- a/src/saas/AppConflictMediation/detail.vue +++ b/src/saas/AppConflictMediation/detail.vue @@ -55,6 +55,7 @@
+ @@ -66,7 +67,7 @@
- +
{{ $dict.getLabel('clapDoStatus', item.doStatus) }}
@@ -135,10 +136,15 @@ export default { document.title = '矛盾调解' }, methods: { + transTxt(str){ + console.log(str.replace(/\$(.+)\$/g,'')); + return str.replace(/\$(.+)\$/g,'') + }, getDetail() { this.$http.post(`/app/appclapeventinfo/queryDetailById?id=${this.id}`).then((res) => { if (res?.data) { this.data = res.data + console.log(this.data); this.showPage = true } })