This commit is contained in:
Mrx
2026-01-30 11:38:25 +08:00
parent 2dd8993f55
commit 698ce5e2e7

View File

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