mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
fix: 修复默认优先级
This commit is contained in:
@@ -101,10 +101,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
priority: {
|
||||
rules: [Required],
|
||||
helpText: this.$t('assets.PriorityHelpMessage')
|
||||
},
|
||||
update_password: {
|
||||
label: this.$t('users.UpdatePassword'),
|
||||
type: 'checkbox',
|
||||
|
@@ -92,10 +92,6 @@ export default {
|
||||
hidden: (form) => ['rdp'].indexOf(form.protocol) === -1,
|
||||
helpText: this.$t('assets.AdDomainHelpText')
|
||||
},
|
||||
priority: {
|
||||
rules: [Required],
|
||||
helpText: this.$t('assets.PriorityHelpMessage')
|
||||
},
|
||||
update_password: {
|
||||
label: this.$t('users.UpdatePassword'),
|
||||
type: 'checkbox',
|
||||
|
@@ -157,10 +157,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
priority: {
|
||||
rules: [Required],
|
||||
helpText: this.$t('assets.PriorityHelpMessage')
|
||||
},
|
||||
auto_push: {
|
||||
type: 'switch',
|
||||
el: {
|
||||
|
@@ -70,10 +70,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
priority: {
|
||||
rules: [Required],
|
||||
helpText: this.$t('assets.PriorityHelpMessage')
|
||||
},
|
||||
update_password: {
|
||||
label: this.$t('users.UpdatePassword'),
|
||||
type: 'checkbox',
|
||||
|
Reference in New Issue
Block a user