From 3c443e195d95d4e2504187fbcdfabe141a112def Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Fri, 3 Mar 2023 11:14:02 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=85=8D=E7=BD=AE/=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E6=88=BF=E5=B1=8B=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/base/community/communityForm.vue | 2 +-
.../communityService/labelConfig/addForm.vue | 589 ++++++++++++++++++
.../communityService/labelConfig/index.vue | 232 +++++++
3 files changed, 822 insertions(+), 1 deletion(-)
create mode 100644 src/views/modules/communityService/labelConfig/addForm.vue
create mode 100644 src/views/modules/communityService/labelConfig/index.vue
diff --git a/src/views/modules/base/community/communityForm.vue b/src/views/modules/base/community/communityForm.vue
index cbd58b039..5bab55912 100644
--- a/src/views/modules/base/community/communityForm.vue
+++ b/src/views/modules/base/community/communityForm.vue
@@ -474,7 +474,7 @@ export default {
this.resetData()
this.$emit('dialogOk')
this.btnDisable = false
- } else {
+ } else if (code>=8000){
this.btnDisable = false
this.$message.error(msg)
}
diff --git a/src/views/modules/communityService/labelConfig/addForm.vue b/src/views/modules/communityService/labelConfig/addForm.vue
new file mode 100644
index 000000000..6f077c1b2
--- /dev/null
+++ b/src/views/modules/communityService/labelConfig/addForm.vue
@@ -0,0 +1,589 @@
+
+
+
+
+
+
+
+
+
+
* 匹配数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取 消
+ 确 定
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/communityService/labelConfig/index.vue b/src/views/modules/communityService/labelConfig/index.vue
new file mode 100644
index 000000000..ed87e71c0
--- /dev/null
+++ b/src/views/modules/communityService/labelConfig/index.vue
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+ 修改
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+