From d88f4bce469bd222e71eb10d65e34e649b56f195 Mon Sep 17 00:00:00 2001
From: duanliangtao <48194157+duanliangtao@users.noreply.github.com>
Date: Tue, 24 Dec 2024 10:13:51 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=9F=E6=B4=BB=E5=9C=88?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B8=AD=E7=B1=BB=E5=9E=8B=E5=A6=82=E6=9E=9C?=
=?UTF-8?q?=E9=80=89=E6=8B=A9=E6=98=AF=E5=85=B6=E5=AE=83=E7=9A=84=E8=AF=9D?=
=?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/volunteer/LifeCircleManagement/index.vue | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/volunteer/LifeCircleManagement/index.vue b/src/views/modules/volunteer/LifeCircleManagement/index.vue
index 13ac8dd02..4f837cd2c 100644
--- a/src/views/modules/volunteer/LifeCircleManagement/index.vue
+++ b/src/views/modules/volunteer/LifeCircleManagement/index.vue
@@ -51,9 +51,6 @@
:show-overflow-tooltip="true">
-
@@ -447,13 +444,17 @@ if (code === 0) {
if (Array.isArray(item1.children)) {
item1.children.forEach(item2 => {
+
if (item2.value.toString() == item.type) {
item.typeName = item2.label;
- }
+ }
});
} else {
}
});
+ if(!item.typeName){
+ item.typeName = "其它";
+ }
});
} else {