fix mapping

This commit is contained in:
PotapovaA 2026-07-31 17:47:55 +03:00
parent d4fc75eb41
commit 25cfb732e3

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.ssp_amount": { "data.contract_summary.other_ssp": {
color_type: orangeColumn, color_type: orangeColumn,
accessorKey: "data.contract_summary.ssp_amount", accessorKey: "data.contract_summary.other_ssp",
}, },
"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.ssp_amount", accessorKey: "data.contract_summary.other_ssp",
columnLetter: "S", columnLetter: "S",
size: 180, size: 180,
filterFn: "contains", filterFn: "contains",