fix: 修复默认优先级

This commit is contained in:
Orange
2021-03-12 18:23:56 +08:00
parent 752e3a7a28
commit c172056998
4 changed files with 0 additions and 16 deletions

View File

@@ -101,10 +101,6 @@ export default {
}
}
},
priority: {
rules: [Required],
helpText: this.$t('assets.PriorityHelpMessage')
},
update_password: {
label: this.$t('users.UpdatePassword'),
type: 'checkbox',

View File

@@ -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',

View File

@@ -157,10 +157,6 @@ export default {
}
}
},
priority: {
rules: [Required],
helpText: this.$t('assets.PriorityHelpMessage')
},
auto_push: {
type: 'switch',
el: {

View File

@@ -70,10 +70,6 @@ export default {
}
}
},
priority: {
rules: [Required],
helpText: this.$t('assets.PriorityHelpMessage')
},
update_password: {
label: this.$t('users.UpdatePassword'),
type: 'checkbox',