mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
feat: Add help tips to VariableCreateUpdateForm fields
This commit is contained in:
@@ -36,12 +36,14 @@ export default {
|
||||
hidden: (formValue) => {
|
||||
return formValue.type !== 'text'
|
||||
},
|
||||
helpTip: this.$t('DefaultValueTip'),
|
||||
el: {
|
||||
type: 'input'
|
||||
}
|
||||
},
|
||||
select_default_value: {
|
||||
label: this.$t('DefaultValue'),
|
||||
helpTip: this.$t('DefaultValueTip'),
|
||||
hidden: (formValue) => {
|
||||
return formValue.type !== 'select'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user