This commit is contained in:
2025-06-24 11:11:56 +08:00
parent 96a9234239
commit 053a6d4f69
13 changed files with 799 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ export const querySchema: FormSchemaGetter = () => [
},
{
component: 'Input',
fieldName: 'accssType',
fieldName: 'accessType',
label: '门禁设备类型',
},
{
@@ -115,7 +115,7 @@ export const columns: VxeGridProps['columns'] = [
},
{
title: '门禁设备类型',
field: 'accssType',
field: 'accessType',
},
{
title: '工厂编码',
@@ -206,7 +206,7 @@ export const modalSchema: FormSchemaGetter = () => [
},
{
label: '门禁设备类型',
fieldName: 'accssType',
fieldName: 'accessType',
component: 'Input',
rules: 'required',
},