forked from ddrilling/asb_cloud_front
Зафиксирован заголовок таблицы НПВ
This commit is contained in:
parent
71f801751c
commit
45bd384eaf
@ -1,11 +1,10 @@
|
||||
import { TreeSelect } from 'antd'
|
||||
import { LabelInValueType } from 'rc-select/lib/Select'
|
||||
import { RawValueType } from 'rc-tree-select/lib/TreeSelect'
|
||||
import { DefaultValueType } from 'rc-tree-select/lib/interface'
|
||||
import { useState, useEffect, ReactNode, useCallback, memo } from 'react'
|
||||
import { useHistory, useLocation, useRouteMatch } from 'react-router-dom'
|
||||
|
||||
import { RawValueType } from 'rc-tree-select/lib/TreeSelect'
|
||||
import { LabelInValueType } from 'rc-select/lib/Select'
|
||||
|
||||
import { isRawDate } from '@utils'
|
||||
import LoaderPortal from '@components/LoaderPortal'
|
||||
import { WellIcon, WellIconState } from '@components/icons'
|
||||
|
@ -53,6 +53,7 @@ export const NptTable = memo(({ operations }) => {
|
||||
<LoaderPortal show={isTableLoading}>
|
||||
<Table
|
||||
bordered
|
||||
sticky={true}
|
||||
size={'small'}
|
||||
dataSource={filteredNPT}
|
||||
columns={columns}
|
||||
|
Loading…
Reference in New Issue
Block a user