fix:处理中英文完全一样的国际化为一个

This commit is contained in:
zhangyu
2022-06-16 15:58:17 +08:00
parent c5976c83ee
commit e65f37b5b5
159 changed files with 1194 additions and 599 deletions

View File

@@ -65,7 +65,7 @@ export default {
searchLabelList: [
{
id: 11,
name: this.$t('config.operationlog.type'),
name: this.$t('overall.type'),
type: 'input',
label: 'type',
disabled: false
@@ -77,7 +77,7 @@ export default {
disabled: false
}, {
id: 13,
name: this.$t('config.operationlog.operation'),
name: this.$t('overall.option'),
type: 'selectString',
label: 'operation',
readonly: true,