mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-11 21:42:09 +08:00
feat: 增加table 帮助信息help通过表单values动态展示内容 (#7712)
This commit is contained in:
@@ -281,6 +281,8 @@ const [BaseForm, baseFormApi] = useVbenForm({
|
||||
{
|
||||
component: 'DatePicker',
|
||||
fieldName: 'datePicker',
|
||||
help: (values) =>
|
||||
[`这是一个可输出其他字段值的帮助信息${values?.rate}`].map((v) => h('p', v)),
|
||||
label: '日期选择框',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user