Merge branch 'main' into chore/plugins

This commit is contained in:
Jin Mao
2026-03-25 15:19:21 +08:00
committed by GitHub
6 changed files with 18 additions and 11 deletions

View File

@@ -287,7 +287,9 @@ const [BaseForm, baseFormApi] = useVbenForm({
component: 'DatePicker',
fieldName: 'datePicker',
help: (values) =>
[`这是一个可输出其他字段值的帮助信息${values?.rate}`].map((v) => h('p', v)),
[`这是一个可输出其他字段值的帮助信息${values?.rate}`].map((v) =>
h('p', v),
),
label: '日期选择框',
},
{