fix: 修改asset搜索框ip为ip address
This commit is contained in:
@@ -105,7 +105,7 @@ export default {
|
||||
label: 'sn',
|
||||
disabled: false
|
||||
}, {
|
||||
name: this.$t('config.operationlog.ip'),
|
||||
name: this.$t('asset.ip'),
|
||||
type: 'input',
|
||||
label: 'ip',
|
||||
disabled: false
|
||||
|
||||
@@ -317,7 +317,7 @@ export default {
|
||||
id: 'sn',
|
||||
disabled: false
|
||||
}, {
|
||||
name: this.$t('config.operationlog.ip'),
|
||||
name: this.$t('asset.ip'),
|
||||
type: 'input',
|
||||
label: 'ip',
|
||||
id: 'ip',
|
||||
@@ -963,7 +963,7 @@ export default {
|
||||
disabled: false,
|
||||
id: 'ip',
|
||||
label: 'ip',
|
||||
name: this.$t('config.operationlog.ip'),
|
||||
name: this.$t('asset.ip'),
|
||||
type: 'input',
|
||||
val: ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user