mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
fix 收集用户表单问题
This commit is contained in:
@@ -23,7 +23,17 @@ export default {
|
||||
},
|
||||
fieldsMeta: {
|
||||
crontab: {
|
||||
helpTips: this.$t('common.CrontabHelpTips')
|
||||
hidden: (formValue) => {
|
||||
return !formValue.is_periodic
|
||||
},
|
||||
helpTips: this.$t('xpack.ChangeAuthPlan.HelpText.CrontabOfCreateUpdatePage')
|
||||
},
|
||||
interval: {
|
||||
label: this.$t('xpack.ChangeAuthPlan.CyclePerform'),
|
||||
helpTips: this.$t('xpack.ChangeAuthPlan.HelpText.IntervalOfCreateUpdatePage'),
|
||||
hidden: (formValue) => {
|
||||
return !formValue.is_periodic
|
||||
}
|
||||
},
|
||||
nodes: {
|
||||
el: {
|
||||
|
Reference in New Issue
Block a user