fix:处理中英文完全一样的国际化为一个
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user