|
@@ -189,8 +189,8 @@
|
|
|
getFanValue(state.dataIndex, 'Fan1') === undefined
|
|
getFanValue(state.dataIndex, 'Fan1') === undefined
|
|
|
? '无状态'
|
|
? '无状态'
|
|
|
: getFanValue(state.dataIndex, 'Fan1') == '0'
|
|
: getFanValue(state.dataIndex, 'Fan1') == '0'
|
|
|
- ? '正常'
|
|
|
|
|
- : '异常'
|
|
|
|
|
|
|
+ ? '正常'
|
|
|
|
|
+ : '异常'
|
|
|
}}</div>
|
|
}}</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="signal-item" v-if="warningMonitorRowIndex == 1">
|
|
<div class="signal-item" v-if="warningMonitorRowIndex == 1">
|
|
@@ -207,8 +207,8 @@
|
|
|
getFanValue(state.dataIndex, 'Fan2') == undefined
|
|
getFanValue(state.dataIndex, 'Fan2') == undefined
|
|
|
? '无状态'
|
|
? '无状态'
|
|
|
: getFanValue(state.dataIndex, 'Fan2') == '0'
|
|
: getFanValue(state.dataIndex, 'Fan2') == '0'
|
|
|
- ? '正常'
|
|
|
|
|
- : '异常'
|
|
|
|
|
|
|
+ ? '正常'
|
|
|
|
|
+ : '异常'
|
|
|
}}</div>
|
|
}}</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -609,7 +609,7 @@
|
|
|
import { useCamera } from '/@/hooks/system/useCamera';
|
|
import { useCamera } from '/@/hooks/system/useCamera';
|
|
|
import { CaretRightOutlined } from '@ant-design/icons-vue';
|
|
import { CaretRightOutlined } from '@ant-design/icons-vue';
|
|
|
import ConditionAssistance from './components/conditionAssistance.vue';
|
|
import ConditionAssistance from './components/conditionAssistance.vue';
|
|
|
- import DischargeGas from './components/dischargeGas/index.vue';
|
|
|
|
|
|
|
+ import DischargeGas from './components/dischargeGas.vue';
|
|
|
import SupplyAir from './components/supplyAir.vue';
|
|
import SupplyAir from './components/supplyAir.vue';
|
|
|
import reportInfo from '../comment/components/reportInfo.vue';
|
|
import reportInfo from '../comment/components/reportInfo.vue';
|
|
|
import { save, reportList } from '../../reportManager/reportManager.api';
|
|
import { save, reportList } from '../../reportManager/reportManager.api';
|