代码调整

This commit is contained in:
dong 2022-10-27 11:25:35 +08:00
parent 5e0146f8da
commit 45922ea9d3

View File

@ -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 ''; }
},
{