This commit is contained in:
shijingjing
2022-06-13 15:08:43 +08:00
parent 55be902080
commit 4066e61fba

View File

@@ -55,7 +55,7 @@ export default {
width: '200', width: '200',
align: 'center', align: 'center',
render: (h, { row })=>{ render: (h, { row })=>{
return h('span',null,this.dict.getLabel('dlbResourceType',row.cyclingType)) return h('span',null,this.dict.getLabel('dlbResourceType',row.type))
} }
}, },
{ {