mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
feat(FE-208): add index column to goods receipt table in PurchaseOrderDetail
This commit is contained in:
@@ -612,6 +612,10 @@ const PurchaseOrderDetail = ({
|
||||
];
|
||||
|
||||
const goodsReceiptColumns: ColumnDef<PurchaseItem>[] = [
|
||||
{
|
||||
header: 'No',
|
||||
cell: (props) => props.row.index + 1,
|
||||
},
|
||||
{
|
||||
accessorKey: 'received_date',
|
||||
header: 'Tanggal Penerimaan',
|
||||
|
||||
Reference in New Issue
Block a user