From 7288eca14beb835dd715318e7d8ca0dc85f127e2 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 18 Dec 2024 11:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=B4=BB=E5=9C=88=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../volunteer/LifeCircleManagement/add.vue | 942 ++++++++---------- .../volunteer/LifeCircleManagement/index.vue | 6 +- 2 files changed, 401 insertions(+), 547 deletions(-) diff --git a/src/views/modules/volunteer/LifeCircleManagement/add.vue b/src/views/modules/volunteer/LifeCircleManagement/add.vue index 39db4f339..e79745a24 100644 --- a/src/views/modules/volunteer/LifeCircleManagement/add.vue +++ b/src/views/modules/volunteer/LifeCircleManagement/add.vue @@ -5,19 +5,15 @@ - + - + + :disabled="showdisabled" :props="{ + emitPath: false, + multiple: false, + }"> @@ -28,16 +24,7 @@ :disabled="showdisabled" class="u-item-width-normal"> - +
@@ -65,30 +52,17 @@ :disabled="showdisabled" class="u-item-width-normal"> - + -
+
-
- - + +
@@ -122,27 +96,6 @@ :disabled="showdisabled" class="u-item-width-normal"> - -
@@ -153,25 +106,25 @@
- - - - - - + \ No newline at end of file +} + \ No newline at end of file diff --git a/src/views/modules/volunteer/LifeCircleManagement/index.vue b/src/views/modules/volunteer/LifeCircleManagement/index.vue index 13ac8dd02..185b46eec 100644 --- a/src/views/modules/volunteer/LifeCircleManagement/index.vue +++ b/src/views/modules/volunteer/LifeCircleManagement/index.vue @@ -87,7 +87,7 @@ - + @@ -400,7 +400,7 @@ export default { this.showAdd=true this.formTitle="新增" this.$nextTick(() => { - this.$refs.ref_form.initForm("add", null); + this.$refs.ref_form.initForm("add", null); }); // this.$refs.ref_form.initForm("add", null); }, @@ -421,7 +421,7 @@ export default { this.showInfo=true this.formTitle="查看" this.$nextTick(() => { - this.$refs.ref_form.initForm("info", row.id); + this.$refs.ref_form_info.initForm("info", row.id); });