27217
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user