refactor(property): 1

This commit is contained in:
2025-08-29 18:24:01 +08:00
parent 5774b1224d
commit 8bfd029e01

View File

@@ -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: '门卡类别',