From 3561f70b1371f96946d1a0b62d77426186314095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 17 Jun 2024 11:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/components/wangEditor.vue | 1357 ++++++++--------- src/views/system/specialDiseaseNode/index.vue | 19 +- 2 files changed, 691 insertions(+), 685 deletions(-) diff --git a/src/views/system/components/wangEditor.vue b/src/views/system/components/wangEditor.vue index 86dacfd..77770ed 100644 --- a/src/views/system/components/wangEditor.vue +++ b/src/views/system/components/wangEditor.vue @@ -1,700 +1,695 @@ - @@ -794,16 +789,16 @@ Boot.registerModule(parseHtmlConfmodule); // ::v-deep .el-textarea__inner { // color: black !important; diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index a1bfa48..32afb58 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -583,7 +583,7 @@ export default { executionTime: "", appletPushSign: "0", officialPushSign: "0", - messagePushSign: "0", + messagePushSign: 0, taskSubdivisiontemplateType: "", officialRemindContent: "", messagePreview: "", @@ -692,10 +692,21 @@ export default { this.totalNumber = res.data.totalNumber; res.data.specialDiseaseNodeList.forEach((e) => { console.log(e, "eeeeeeeeeeeeeeeee"); - e.messagePushSign = "" + e.messagePushSign; - e.officialPushSign = "" + e.officialPushSign; + if(e.messagePushSign){ + e.messagePushSign = "" + e.messagePushSign; + + }if( e.officialPushSign ){ + e.officialPushSign = "" + e.officialPushSign; + + } + if(e.appletPushSign){ e.appletPushSign = "" + e.appletPushSign; - e.phonePushSign = "" + e.phonePushSign; + + } + if(e.phonePushSign){ + e.phonePushSign = ""+e.phonePushSign + + } }); this.lists = this.handleData( res.data.specialDiseaseNodeList,