test: 删除测试的ID列

perf/export-docx
Lei OT 10 months ago
parent 4e5f880b4c
commit 6ecb8908f9

@ -98,8 +98,8 @@ const ProductInfo = ({ ...props }) => {
items={[
{ title: productsTypesMapVal[editingProduct?.info?.product_type_id]?.label || editingProduct?.info?.product_type_name },
{ title: editingProduct?.info?.title ?? t('New') },
{ title: 'htID: ' + editingProduct?.info?.htid },
{ title: 'ID: ' + editingProduct?.info?.id },
// { title: 'htID: ' + editingProduct?.info?.htid },
// { title: 'ID: ' + editingProduct?.info?.id },
]}
/>
<Divider className='my-1' />

@ -201,8 +201,8 @@ const ProductInfoQuotation = ({ editable, ...props }) => {
}
const quotationColumns = [
{ title: 'id', dataIndex: 'id', width: 40, className: 'italic text-gray-400' }, // test: 0
{ title: 'WPI_SN', dataIndex: 'WPI_SN', width: 40, className: 'italic text-gray-400' }, // test: 0
// { title: 'id', dataIndex: 'id', width: 40, className: 'italic text-gray-400' }, // test: 0
// { title: 'WPI_SN', dataIndex: 'WPI_SN', width: 40, className: 'italic text-gray-400' }, // test: 0
{ title: t('products:adultPrice'), dataIndex: 'adult_cost', width: '5rem' },
{ title: t('products:childrenPrice'), dataIndex: 'child_cost', width: '5rem' },
{ title: t('products:currency'), dataIndex: 'currency', width: '4rem' },

Loading…
Cancel
Save