Skip to content

Commit

Permalink
feat: Add help tips to VariableCreateUpdateForm fields
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 authored and BaiJiangJie committed Dec 18, 2024
1 parent 0f5f6b8 commit ffaca80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Apps/VariableCreateUpdateForm/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit ffaca80

Please sign in to comment.