feat:【mall 商城】分销提现的迁移(antd 50%)

This commit is contained in:
YunaiV
2025-10-11 12:49:54 +08:00
parent 28566a659f
commit 51a9f05c47
2 changed files with 25 additions and 16 deletions

View File

@@ -39,10 +39,10 @@ export function useGridFormSchema(): VbenFormSchema[] {
},
{
fieldName: 'userName',
label: '真实名',
label: '真实名',
component: 'Input',
componentProps: {
placeholder: '请输入真实名',
placeholder: '请输入真实名',
allowClear: true,
},
},
@@ -73,6 +73,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
placeholder: ['开始时间', '结束时间'],
},
},
];