mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-11 11:31:59 +00:00
fix: 优化命令存储创建页面,主机字段提示信息的翻译问题
This commit is contained in:
parent
37cce2effd
commit
a2d6281a6a
@ -50,7 +50,7 @@ export default {
|
|||||||
hosts: {
|
hosts: {
|
||||||
label: this.$t('sessions.hosts'),
|
label: this.$t('sessions.hosts'),
|
||||||
rules: [
|
rules: [
|
||||||
{ required: true }
|
{ required: true, message: this.$t('common.fieldRequiredError') }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
index: {
|
index: {
|
||||||
|
Loading…
Reference in New Issue
Block a user