feat(FE-208): add index column to goods receipt table in PurchaseOrderDetail

This commit is contained in:
rstubryan
2025-11-17 13:45:28 +07:00
parent 283c2b2a44
commit c8f1ea0e4f
@@ -612,6 +612,10 @@ const PurchaseOrderDetail = ({
];
const goodsReceiptColumns: ColumnDef<PurchaseItem>[] = [
{
header: 'No',
cell: (props) => props.row.index + 1,
},
{
accessorKey: 'received_date',
header: 'Tanggal Penerimaan',