mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 01:11:07 +00:00
perf(assetCreateUpdate): 优化资产创建或更新页面的ip字段翻译
This commit is contained in:
@@ -33,6 +33,9 @@ export default {
|
|||||||
[this.$t('common.Other'), ['is_active', 'comment']]
|
[this.$t('common.Other'), ['is_active', 'comment']]
|
||||||
],
|
],
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
|
ip: {
|
||||||
|
label: this.$t('assets.ipDomain')
|
||||||
|
},
|
||||||
protocols: {
|
protocols: {
|
||||||
component: Protocols
|
component: Protocols
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user