This commit is contained in:
Mrx
2026-05-09 12:15:22 +08:00
parent 7a49fae944
commit 6d03b6a4c2

View File

@@ -143,6 +143,21 @@ export function useColumns<T = OrderApi.Order>(
export function useGridFormSchema(): VbenFormSchema[] { export function useGridFormSchema(): VbenFormSchema[] {
return [ return [
{
component: 'Input',
fieldName: 'query_subject_name',
label: '被查询人姓名',
},
{
component: 'Input',
fieldName: 'query_subject_mobile',
label: '被查询人手机号',
},
{
component: 'Input',
fieldName: 'query_subject_id_card',
label: '被查询人身份证',
},
{ {
component: 'Input', component: 'Input',
fieldName: 'order_no', fieldName: 'order_no',