cicd
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
Reference in New Issue
Block a user