f
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
VITE_APP_TITLE=真爱查
|
VITE_APP_TITLE=真爱查
|
||||||
|
|
||||||
# 应用命名空间,用于缓存、store等功能的前缀,确保隔离
|
# 应用命名空间,用于缓存、store等功能的前缀,确保隔离
|
||||||
VITE_APP_NAMESPACE=qnc
|
VITE_APP_NAMESPACE=zac
|
||||||
|
|||||||
@@ -215,5 +215,20 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
|||||||
fieldName: 'refund_time',
|
fieldName: 'refund_time',
|
||||||
label: '退款时间',
|
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