This commit is contained in:
2025-06-18 16:50:58 +08:00
parent 1262d4c745
commit 06a0e3649d
46 changed files with 3048 additions and 545 deletions

View File

@@ -24,10 +24,6 @@ export const querySchema: FormSchemaGetter = () => [
// export const columns: () => VxeGridProps['columns'] = () => [
export const columns: VxeGridProps['columns'] = [
{ type: 'checkbox', width: 60 },
{
title: '数据库id',
field: 'id',
},
{
title: '厂商编码',
field: 'factoryNo',
@@ -63,12 +59,6 @@ export const modalSchema: FormSchemaGetter = () => [
triggerFields: [''],
},
},
{
label: '厂商编码',
fieldName: 'factoryNo',
component: 'Input',
rules: 'required',
},
{
label: '设备厂商名称',
fieldName: 'factoryName',