master #3

Merged
bichangxiong merged 19 commits from master into prod 2025-08-29 18:46:27 +08:00
Showing only changes of commit 8bfd029e01 - Show all commits

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