master #3
@@ -11,7 +11,7 @@ export const querySchema: FormSchemaGetter = () => [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
fieldName: 'customerName',
|
fieldName: 'personName',
|
||||||
label: '人员姓名',
|
label: '人员姓名',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -63,6 +63,7 @@ export const columns: VxeGridProps['columns'] = [
|
|||||||
{
|
{
|
||||||
title: '所属组织',
|
title: '所属组织',
|
||||||
field: 'organFullPath',
|
field: 'organFullPath',
|
||||||
|
minWidth: 180,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '门卡类别',
|
title: '门卡类别',
|
||||||
|
Reference in New Issue
Block a user