From 74103b0b626637988570a1f4de97a568e944e93b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Fri, 28 Jun 2024 14:20:18 +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 | 13 +-
src/views/system/specialDiseaseNode/index.vue | 388 ++++--------------
2 files changed, 91 insertions(+), 310 deletions(-)
diff --git a/src/views/system/components/wangEditor.vue b/src/views/system/components/wangEditor.vue
index db64832..4667175 100644
--- a/src/views/system/components/wangEditor.vue
+++ b/src/views/system/components/wangEditor.vue
@@ -15,7 +15,6 @@
}">
结果预览:
-
@@ -24,7 +23,6 @@
确定
-
${this.add}`;
var abc = new RegExp("
", "g");
var bbb = this.html.replace(abc, "");
- console.log(bbb, "bbb");
this.html = bbb;
}
this.fieldshow = false;
@@ -298,7 +292,6 @@ export default {
// });
// });
this.labeloptions = res;
- console.log(res, "resssssssss");
});
bankLevel("3").then((res) => {
@@ -314,7 +307,6 @@ export default {
// });
// });
this.fieldoptions = res;
- console.log(this.fieldoptions, "***");
});
},
beforeClose() {
@@ -326,7 +318,6 @@ export default {
},
watch: {
nodeContent(newValue, oldValue) {
- console.log(newValue, oldValue);
this.html = newValue;
},
},
diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue
index 2148f78..dff8175 100644
--- a/src/views/system/specialDiseaseNode/index.vue
+++ b/src/views/system/specialDiseaseNode/index.vue
@@ -8,17 +8,8 @@
适用范围
-
-
+
+
@@ -30,59 +21,30 @@
-
+
-
+ :class="listindex == index && itemindex == uindex ? 'cards' : ''">
{{ uitem.taskTypeName }}
- 已审核
- 不同意
- 未审核
+ 已审核
+ 不同意
+ 未审核
{{ uitem.taskSubdivisionName }}
@@ -92,102 +54,49 @@