forked from ddrilling/asb_cloud_front
исправлена орфографическая ошибка
This commit is contained in:
parent
a07e46ce6c
commit
0ddbc659af
@ -5,7 +5,7 @@ export const makeColumn = (title:string, key:string, other?:any) => ({
|
|||||||
...other,
|
...other,
|
||||||
})
|
})
|
||||||
|
|
||||||
export const makeColumnsPlanFact = (title:string, keyPlan:string, keyFact?:string, gruopOther?:any) =>
|
export const makeColumnsPlanFact = (title:string, keyPlan:string, keyFact?:string, groupOther?:any) =>
|
||||||
{
|
{
|
||||||
let keyPlanLocal = keyPlan
|
let keyPlanLocal = keyPlan
|
||||||
let keyFactLocal = keyFact ?? ''
|
let keyFactLocal = keyFact ?? ''
|
||||||
@ -17,7 +17,7 @@ export const makeColumnsPlanFact = (title:string, keyPlan:string, keyFact?:strin
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
title: title,
|
title: title,
|
||||||
...gruopOther,
|
...groupOther,
|
||||||
children: [
|
children: [
|
||||||
makeColumn('план', keyPlanLocal),
|
makeColumn('план', keyPlanLocal),
|
||||||
makeColumn('факт', keyFactLocal),
|
makeColumn('факт', keyFactLocal),
|
||||||
|
Loading…
Reference in New Issue
Block a user