diff --git a/src/views/products/Audit.jsx b/src/views/products/Audit.jsx index d9ec03d..69f4722 100644 --- a/src/views/products/Audit.jsx +++ b/src/views/products/Audit.jsx @@ -98,7 +98,7 @@ const PriceTable = ({ productType, dataSource, refresh }) => { const title = text || r.lgc_details?.['2']?.title || r.lgc_details?.['1']?.title || ''; return setEditingProduct(r.info)}>{title}; } }, - ...(productType === 'B' ? [{ key: 'km', dataIndex: ['info', 'km'], title: t('KM')}] : []), + // ...(productType === 'B' ? [{ key: 'km', dataIndex: ['info', 'km'], title: t('KM')}] : []), { key: 'adult', title: t('AgeType.Adult'), render: (_, { adult_cost, currency, unit_id, unit_name }) => `${adult_cost} ${currency} / ${t(`PriceUnit.${unit_id}`)}` }, { key: 'child', title: t('AgeType.Child'), render: (_, { child_cost, currency, unit_id, unit_name }) => `${child_cost} ${currency} / ${t(`PriceUnit.${unit_id}`)}` }, // {key: 'unit', title: t('Unit'), },