From 1355ef7509a1a66c515466c006b1603c8ee9fcfd Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 6 May 2022 19:20:33 +0800 Subject: [PATCH] 29511 --- project/sass/apps/grid/AppGridBlock/components/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sass/apps/grid/AppGridBlock/components/list.vue b/project/sass/apps/grid/AppGridBlock/components/list.vue index e5ce75a1..445d84cf 100644 --- a/project/sass/apps/grid/AppGridBlock/components/list.vue +++ b/project/sass/apps/grid/AppGridBlock/components/list.vue @@ -249,7 +249,7 @@ export default { gridInfo: {}, gridMemberColConfigs: [ {prop: "wxUserId", openType: 'userName'}, - {prop: "girdMemberType", dict: "girdMemberType"}, + {prop: "girdMemberType", formart: v => v === '1' ? '网格员' : '网格长'}, {slot: "tags"} ] };