|
|
@ -215,7 +215,7 @@ const ProductInfoQuotation = ({ editable, ...props }) => {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: t('products:group_size'),
|
|
|
|
title: t('products:group_size'),
|
|
|
|
dataIndex: 'group_size',
|
|
|
|
dataIndex: 'group_size',
|
|
|
|
width: '4rem',
|
|
|
|
width: '6rem',
|
|
|
|
render: (_, record) => `${record.group_size_min}-${record.group_size_max}`,
|
|
|
|
render: (_, record) => `${record.group_size_min}-${record.group_size_max}`,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
@ -247,7 +247,7 @@ const ProductInfoQuotation = ({ editable, ...props }) => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
<h2>{t('products:EditComponents.Quotation')}</h2>
|
|
|
|
<h2>{t('products:EditComponents.Quotation')}</h2>
|
|
|
|
<Table
|
|
|
|
<Table size='small'
|
|
|
|
bordered
|
|
|
|
bordered
|
|
|
|
dataSource={quotationList}
|
|
|
|
dataSource={quotationList}
|
|
|
|
columns={quotationColumns}
|
|
|
|
columns={quotationColumns}
|
|
|
|