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