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