fix: 处理国际化的问题
This commit is contained in:
@@ -1027,7 +1027,7 @@ export default {
|
||||
},
|
||||
// Severity Label
|
||||
returnSeverityLabel (key) {
|
||||
return this.$CONSTANTS.alertMessage.severityData.find(s => { return s.value == key }).label
|
||||
return this.$t(this.$CONSTANTS.alertMessage.severityData.find(s => { return s.value == key }).label)
|
||||
},
|
||||
// 获取module
|
||||
getModule () {
|
||||
|
||||
Reference in New Issue
Block a user