From ccb99b00c1346c6906a05bcc26ac2a944adb5f33 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 9 Jun 2022 14:40:51 +0800 Subject: [PATCH] BUG 30132 --- project/beta/grid/AppGridBlock/components/list.vue | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/project/beta/grid/AppGridBlock/components/list.vue b/project/beta/grid/AppGridBlock/components/list.vue index 3f712e3c..7e071ef4 100644 --- a/project/beta/grid/AppGridBlock/components/list.vue +++ b/project/beta/grid/AppGridBlock/components/list.vue @@ -128,13 +128,7 @@ - - - - + :isShowPagination="false" :show-header="false"/> @@ -191,9 +185,8 @@ export default { dialog: false, gridInfo: {}, gridMemberColConfigs: [ - {prop: "wxUserId", openType: 'userName'}, - {prop: "checkType", formart: v => v === '1' ? '网格员' : '网格长'}, - {slot: "tags"} + {prop: "name"}, + {prop: "checkType", formart: v => v === '1' ? '网格员' : '网格长'} ] }; },