From 45922ea9d36eb87afd68db6604c30f655dea3da1 Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Thu, 27 Oct 2022 11:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/functionManage/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/functionManage/index.vue b/src/views/functionManage/index.vue index a1620711b..0e4714d43 100644 --- a/src/views/functionManage/index.vue +++ b/src/views/functionManage/index.vue @@ -48,9 +48,9 @@ export default { }, { title: this.$t('orderAuthor.belongsToMap'), - prop: 'mapId', + prop: 'mapName', type: 'tag', - columnValue: (row) => { return this.$convertField(row.mapId, this.mapList, ['value', 'label']); }, + columnValue: (row) => { return row.mapName || ''; }, tagType: (row) => { return ''; } }, {