f
This commit is contained in:
@@ -215,5 +215,20 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||
fieldName: 'refund_time',
|
||||
label: '退款时间',
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
fieldName: 'query_user_name',
|
||||
label: '被查询人姓名',
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
fieldName: 'query_user_id_card',
|
||||
label: '被查询人身份证号',
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
fieldName: 'query_user_mobile',
|
||||
label: '被查询人手机号',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user