forked from ddrilling/asb_cloud_front
Кнопка "Режимы" переименована
This commit is contained in:
parent
27fc56fb6b
commit
6e8de88ec7
@ -235,7 +235,7 @@ export const WellCompositeSections = ({ idWell, statsWells, selectedSections })
|
|||||||
disabled={selectedWells.length <= 0}
|
disabled={selectedWells.length <= 0}
|
||||||
onClick={onParamButtonClick}
|
onClick={onParamButtonClick}
|
||||||
>
|
>
|
||||||
Режимы
|
Заполнить режимы текущей скважины
|
||||||
</Button>
|
</Button>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
@ -265,7 +265,7 @@ export const WellCompositeSections = ({ idWell, statsWells, selectedSections })
|
|||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
<Modal
|
<Modal
|
||||||
title={'Режимы'}
|
title={'Заполнить режимы текущей скважины'}
|
||||||
centered
|
centered
|
||||||
visible={isParamsModalVisible}
|
visible={isParamsModalVisible}
|
||||||
onCancel={() => setIsParamsModalVisible(false)}
|
onCancel={() => setIsParamsModalVisible(false)}
|
||||||
|
Loading…
Reference in New Issue
Block a user