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