This commit is contained in:
Mrx
2026-01-26 15:06:30 +08:00
parent 1bba187cf3
commit 3bf38a294e

View File

@@ -173,6 +173,21 @@ export function useGridFormSchema(): VbenFormSchema[] {
fieldName: 'platform_order_id', fieldName: 'platform_order_id',
label: '支付订单号', label: '支付订单号',
}, },
{
component: 'Input',
fieldName: 'query_name',
label: '被查询人姓名',
},
{
component: 'Input',
fieldName: 'query_id_card',
label: '被查询人身份证',
},
{
component: 'Input',
fieldName: 'query_mobile',
label: '被查询人手机号',
},
{ {
component: 'Input', component: 'Input',
fieldName: 'product_name', fieldName: 'product_name',