Merge pull request 'fix mapping' (#64) from fix-mapping-form-2-oper into test
Reviewed-on: #64
This commit is contained in:
commit
1c9650ba4f
@ -74,9 +74,9 @@ export const config = {
|
||||
color_type: orangeColumn,
|
||||
accessorKey: "data.contract_summary.future_y2",
|
||||
},
|
||||
"data.contract_summary.ssp_amount": {
|
||||
"data.contract_summary.other_ssp": {
|
||||
color_type: orangeColumn,
|
||||
accessorKey: "data.contract_summary.ssp_amount",
|
||||
accessorKey: "data.contract_summary.other_ssp",
|
||||
},
|
||||
"data.contract_summary.centralized_flag": {
|
||||
color_type: orangeColumn,
|
||||
@ -1048,7 +1048,7 @@ export const config = {
|
||||
},
|
||||
{
|
||||
header: "Сумма в других ССП",
|
||||
accessorKey: "data.contract_summary.ssp_amount",
|
||||
accessorKey: "data.contract_summary.other_ssp",
|
||||
columnLetter: "S",
|
||||
size: 180,
|
||||
filterFn: "contains",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user