|
@@ -152,7 +152,7 @@ export const ArriveGoodsDetailColumns: JVxeColumn[] = [
|
|
|
{
|
|
|
title: '产品中文名(chinese name)',
|
|
|
key: 'chineseName',
|
|
|
- type: JVxeTypes.input,
|
|
|
+ type: JVxeTypes.normal,
|
|
|
placeholder: '请输入${title}',
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|
|
@@ -160,7 +160,7 @@ export const ArriveGoodsDetailColumns: JVxeColumn[] = [
|
|
|
{
|
|
|
title: '产品英文名(english name)',
|
|
|
key: 'englishName',
|
|
|
- type: JVxeTypes.input,
|
|
|
+ type: JVxeTypes.normal,
|
|
|
placeholder: '请输入${title}',
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|