forked from ddrilling/asb_cloud_front
Кнопка рекомендации перенесена вверх, добавлен скроллинг таблицы
This commit is contained in:
parent
2b227e9777
commit
ab0a100a05
@ -78,14 +78,17 @@ export const Setpoints = ({ idWell, ...other }) => {
|
|||||||
</Button>
|
</Button>
|
||||||
<Modal
|
<Modal
|
||||||
width={1200}
|
width={1200}
|
||||||
title={'Рекомендованные уставки'}
|
title={(
|
||||||
visible={isModalVisible}
|
<>
|
||||||
onCancel={() => setIsModalVisible(false)}
|
<span style={{ marginRight: '15px' }}>Рекомендованные уставки</span>
|
||||||
footer={(
|
|
||||||
<Button onClick={() => setIsSenderVisible(true)} disabled={!hasPermission('Setpoints.edit')}>
|
<Button onClick={() => setIsSenderVisible(true)} disabled={!hasPermission('Setpoints.edit')}>
|
||||||
Рекомендовать
|
Рекомендовать
|
||||||
</Button>
|
</Button>
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
|
visible={isModalVisible}
|
||||||
|
onCancel={() => setIsModalVisible(false)}
|
||||||
|
footer={null}
|
||||||
>
|
>
|
||||||
<LoaderPortal show={isLoading}>
|
<LoaderPortal show={isLoading}>
|
||||||
<Table
|
<Table
|
||||||
@ -94,6 +97,7 @@ export const Setpoints = ({ idWell, ...other }) => {
|
|||||||
columns={historyColumns}
|
columns={historyColumns}
|
||||||
dataSource={setpoints}
|
dataSource={setpoints}
|
||||||
pagination={false}
|
pagination={false}
|
||||||
|
scroll={{ y: '60vh', scrollToFirstRowOnChange: true }}
|
||||||
/>
|
/>
|
||||||
</LoaderPortal>
|
</LoaderPortal>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
Loading…
Reference in New Issue
Block a user