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