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