forked from ddrilling/asb_cloud_front
Исправлено отображение данных в таблице "Заполнить режимы текущей скважины" и в таблице на странице "Режимы"
This commit is contained in:
parent
38fa8ffbeb
commit
9d5c38f984
@ -21,7 +21,6 @@ export const makeNumericRender = <T extends unknown>(fixed?: number): RenderMeth
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export const makeNumericColumnOptions = (fixed?: number, sorterKey?: string): columnPropsOther => ({
|
export const makeNumericColumnOptions = (fixed?: number, sorterKey?: string): columnPropsOther => ({
|
||||||
editable: true,
|
editable: true,
|
||||||
initialValue: 0,
|
initialValue: 0,
|
||||||
|
@ -4,10 +4,10 @@ import { InputNumber } from 'antd'
|
|||||||
import { useWell } from '@asb/context'
|
import { useWell } from '@asb/context'
|
||||||
import {
|
import {
|
||||||
EditableTable,
|
EditableTable,
|
||||||
|
makeSelectColumn,
|
||||||
makeGroupColumn,
|
makeGroupColumn,
|
||||||
makeNumericRender,
|
makeNumericRender,
|
||||||
makeNumericSorter,
|
makeNumericSorter,
|
||||||
makeSelectColumn,
|
|
||||||
RegExpIsFloat,
|
RegExpIsFloat,
|
||||||
} from '@components/Table'
|
} from '@components/Table'
|
||||||
import LoaderPortal from '@components/LoaderPortal'
|
import LoaderPortal from '@components/LoaderPortal'
|
||||||
|
Loading…
Reference in New Issue
Block a user