forked from ddrilling/asb_cloud_front
Для столбцов РТК добавлены единицы измерения
This commit is contained in:
parent
3f1de774fc
commit
f549219be2
@ -9,12 +9,12 @@ import { EditableTable } from '../../components/Table'
|
|||||||
import { DrillFlowChartService } from '../../services/api'
|
import { DrillFlowChartService } from '../../services/api'
|
||||||
|
|
||||||
const columns = [
|
const columns = [
|
||||||
makeNumericStartEnd('Глубина', 'depth'),
|
makeNumericStartEnd('Глубина, м', 'depth'),
|
||||||
makeNumericMinMax('Нагрузка', 'axialLoad'),
|
makeNumericMinMax('Нагрузка, т', 'axialLoad'),
|
||||||
makeNumericMinMax('Давление', 'pressure'),
|
makeNumericMinMax('Давление, атм', 'pressure'),
|
||||||
makeNumericMinMax('Момент на ВСП', 'rotorTorque'),
|
makeNumericMinMax('Момент на ВСП, кН·м', 'rotorTorque'),
|
||||||
makeNumericMinMax('Обороты на ВСП', 'rotorSpeed'),
|
makeNumericMinMax('Обороты на ВСП, об/мин', 'rotorSpeed'),
|
||||||
makeNumericMinMax('Расход', 'flow')
|
makeNumericMinMax('Расход, л/с', 'flow')
|
||||||
]
|
]
|
||||||
|
|
||||||
export const DrillProcessFlow = ({idWell}) => {
|
export const DrillProcessFlow = ({idWell}) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user