total column removed
This commit is contained in:
parent
32d87c634a
commit
81061d2e90
@ -181,7 +181,7 @@ const showToast = (message, type = 'success') => {
|
|||||||
record.year,
|
record.year,
|
||||||
record.quarter,
|
record.quarter,
|
||||||
`${record.quarter} ${record.year}`,
|
`${record.quarter} ${record.year}`,
|
||||||
10, // Always show 10 for Total Products
|
// 10, // Always show 10 for Total Products
|
||||||
record.product_count || 0, // Show actual submitted products count
|
record.product_count || 0, // Show actual submitted products count
|
||||||
record.total_cost !== undefined ? (
|
record.total_cost !== undefined ? (
|
||||||
<span className="flex items-center">
|
<span className="flex items-center">
|
||||||
@ -491,7 +491,7 @@ const showToast = (message, type = 'success') => {
|
|||||||
</div>
|
</div>
|
||||||
<section className="bg-white rounded-lg border border-[#E2E8F0] shadow-sm">
|
<section className="bg-white rounded-lg border border-[#E2E8F0] shadow-sm">
|
||||||
<Table
|
<Table
|
||||||
headers={['Year', 'Quarter', 'Submission Window', 'Total Products', 'Products Submitted', 'Total Value (AED)', 'Status', 'Date Submitted', 'Action']}
|
headers={['Year', 'Quarter', 'Submission Window', 'Products Submitted', 'Total Value (AED)', 'Status', 'Date Submitted', 'Action']}
|
||||||
rows={rows}
|
rows={rows}
|
||||||
beforeHeader={toolbar}
|
beforeHeader={toolbar}
|
||||||
separated
|
separated
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user