mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +00:00
fix 收集用户表单问题
This commit is contained in:
@@ -23,7 +23,17 @@ export default {
|
|||||||
},
|
},
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
crontab: {
|
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: {
|
nodes: {
|
||||||
el: {
|
el: {
|
||||||
|
Reference in New Issue
Block a user