forked from ddrilling/asb_cloud_front
убрал точку с запятой
This commit is contained in:
parent
68a8b771cc
commit
a07e46ce6c
@ -3,7 +3,7 @@ export const makeColumn = (title:string, key:string, other?:any) => ({
|
||||
key: key,
|
||||
dataIndex: key,
|
||||
...other,
|
||||
});
|
||||
})
|
||||
|
||||
export const makeColumnsPlanFact = (title:string, keyPlan:string, keyFact?:string, gruopOther?:any) =>
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {useState, useEffect} from 'react'
|
||||
import {useParams} from 'react-router-dom'
|
||||
import {Row, Col, Select, Table} from 'antd'
|
||||
import {Row, Col, Select} from 'antd'
|
||||
import LoaderPortal from '../components/LoaderPortal'
|
||||
import { Column } from '../components/Column'
|
||||
import {CustomColumn} from '../components/CustomColumn'
|
||||
|
Loading…
Reference in New Issue
Block a user