Compare commits

..

No commits in common. "1c9650ba4f38a636b6a73aa33139b89dbca539a9" and "d4fc75eb41cee4b7a3f0c070816e0d0468005295" have entirely different histories.

View File

@ -74,9 +74,9 @@ export const config = {
color_type: orangeColumn, color_type: orangeColumn,
accessorKey: "data.contract_summary.future_y2", accessorKey: "data.contract_summary.future_y2",
}, },
"data.contract_summary.other_ssp": { "data.contract_summary.ssp_amount": {
color_type: orangeColumn, color_type: orangeColumn,
accessorKey: "data.contract_summary.other_ssp", accessorKey: "data.contract_summary.ssp_amount",
}, },
"data.contract_summary.centralized_flag": { "data.contract_summary.centralized_flag": {
color_type: orangeColumn, color_type: orangeColumn,
@ -1048,7 +1048,7 @@ export const config = {
}, },
{ {
header: "Сумма в других ССП", header: "Сумма в других ССП",
accessorKey: "data.contract_summary.other_ssp", accessorKey: "data.contract_summary.ssp_amount",
columnLetter: "S", columnLetter: "S",
size: 180, size: 180,
filterFn: "contains", filterFn: "contains",