Commit ba9ab078 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复物料字段取错的问题

parent 3d23566e
...@@ -315,12 +315,12 @@ export const addSchema = (orderType: number): ISchema => { ...@@ -315,12 +315,12 @@ export const addSchema = (orderType: number): ISchema => {
title: '物料名称、规格', title: '物料名称、规格',
'x-component': 'Text', 'x-component': 'Text',
}, },
associatedCategory: { category: {
type: 'string', type: 'string',
title: '品类', title: '品类',
'x-component': 'Text', 'x-component': 'Text',
}, },
associatedBrand: { brand: {
type: 'string', type: 'string',
title: '品牌', title: '品牌',
'x-component': 'Text', 'x-component': 'Text',
......
...@@ -317,12 +317,12 @@ export const addSchema = (orderType: number): ISchema => { ...@@ -317,12 +317,12 @@ export const addSchema = (orderType: number): ISchema => {
title: '物料名称、规格', title: '物料名称、规格',
'x-component': 'Text', 'x-component': 'Text',
}, },
associatedCategory: { category: {
type: 'string', type: 'string',
title: '品类', title: '品类',
'x-component': 'Text', 'x-component': 'Text',
}, },
associatedBrand: { brand: {
type: 'string', type: 'string',
title: '品牌', title: '品牌',
'x-component': 'Text', 'x-component': 'Text',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment