diff --git a/apps/web-antd/src/views/order/order/data.ts b/apps/web-antd/src/views/order/order/data.ts index 05aea8c..000f9d5 100644 --- a/apps/web-antd/src/views/order/order/data.ts +++ b/apps/web-antd/src/views/order/order/data.ts @@ -173,6 +173,21 @@ export function useGridFormSchema(): VbenFormSchema[] { fieldName: 'platform_order_id', label: '支付订单号', }, + { + component: 'Input', + fieldName: 'query_name', + label: '被查询人姓名', + }, + { + component: 'Input', + fieldName: 'query_id_card', + label: '被查询人身份证', + }, + { + component: 'Input', + fieldName: 'query_mobile', + label: '被查询人手机号', + }, { component: 'Input', fieldName: 'product_name',