f
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user