IO-233 WIP CDK

This commit is contained in:
Patrick Fic
2021-09-09 15:18:43 -07:00
parent f3e078b481
commit 22e30ae5cb
4 changed files with 74 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ export function LaborAllocationsTable({
sorter: (a, b) => alphaSort(a.cost_center, b.cost_center),
sortOrder:
state.sortedInfo.columnKey === "cost_center" && state.sortedInfo.order,
render: (text, record) => `${record.cost_center} (${record.mod_lbr_ty})`,
},
{
title: t("jobs.labels.hrs_total"),