This commit is contained in:
yanran200730
2022-02-10 16:55:33 +08:00
parent 567a0ba434
commit 2ea4771df4
2 changed files with 3 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ export default {
label: '位置',
align: 'center',
render: (h, {row}) => {
return h('span', null, this.dict.getLabel('bannerSstatus', row.status))
return h('span', null, this.dict.getLabel('bannerPosition', row.position))
},
},
{slot: 'option', label: '操作', width: 280},