From 4b9bd8ffa863a18bb766e1efe59689070e2c6af8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 6 May 2022 19:55:26 +0800 Subject: [PATCH] bug --- 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 445d84cf..4a5b4cc4 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", formart: v => v === '1' ? '网格员' : '网格长'}, + {prop: "checkType", formart: v => v === '1' ? '网格员' : '网格长'}, {slot: "tags"} ] };