|
@@ -23,13 +23,17 @@
|
|
|
</div>
|
|
|
<div class="lr right-box">
|
|
|
<div class="item-box sensor-container">
|
|
|
- <CustomBoard label="累积抽采量" :value="cumulativeExtraction" />
|
|
|
- <CustomBoard label="累积抽采时间" :value="cumulativeExtractionTime" />
|
|
|
+ <!-- <CustomBoard label="累积抽采量" :value="cumulativeExtraction" /> -->
|
|
|
+ <!-- <CustomBoard label="累积抽采时间" :value="cumulativeExtractionTime" /> -->
|
|
|
<ventBox1>
|
|
|
<template #title>
|
|
|
<div>自动模式</div>
|
|
|
</template>
|
|
|
<template #container>
|
|
|
+ <div class="flex justify-between mt-10px mb-10px">
|
|
|
+ <Button>一键倒机</Button>
|
|
|
+ <Button>一键启停</Button>
|
|
|
+ </div>
|
|
|
<List icon="pump" title="抽放泵" layout="double-columns" type="status-light" :label-width="80" v-bind="pumpStatusProp" />
|
|
|
<List icon="water-pump" title="水泵" layout="double-columns" type="status-light" :label-width="80" v-bind="waterPumpStatusProp" />
|
|
|
<List icon="gas-pump" title="高负压配气泵" layout="double-columns" type="status-light" :label-width="80" v-bind="HPumpStatusProp" />
|
|
@@ -46,6 +50,7 @@
|
|
|
import ventBox1 from '/@/components/vent/ventBox1.vue';
|
|
|
import List from '@/views/vent/gas/components/list/index.vue';
|
|
|
import BaseTab from '@/views/vent/gas/components/tab/baseTab.vue';
|
|
|
+ import Button from '@/views/vent/gas/components/form/button.vue';
|
|
|
import CustomBoard from '@/views/vent/gas/components/board/baseBoard.vue';
|
|
|
import {
|
|
|
pumpListConfig,
|