fix: 修改charttemp的国际化的问题
This commit is contained in:
@@ -167,7 +167,7 @@ export default {
|
||||
},
|
||||
findTypeLabel (row) {
|
||||
const typeItem = this.chartTypeList.find(title => title.value === row.type)
|
||||
return typeItem ? typeItem.label : '-'
|
||||
return typeItem ? this.$t(typeItem.label) : '-'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user