f
This commit is contained in:
@@ -173,6 +173,21 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
|||||||
fieldName: 'platform_order_id',
|
fieldName: 'platform_order_id',
|
||||||
label: '支付订单号',
|
label: '支付订单号',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
component: 'Input',
|
||||||
|
fieldName: 'queried_name',
|
||||||
|
label: '被查询人姓名',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
component: 'Input',
|
||||||
|
fieldName: 'queried_phone',
|
||||||
|
label: '被查询人手机号',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
component: 'Input',
|
||||||
|
fieldName: 'queried_id_card',
|
||||||
|
label: '被查询人身份证号',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
fieldName: 'product_name',
|
fieldName: 'product_name',
|
||||||
|
|||||||
Reference in New Issue
Block a user