|
@@ -58,7 +58,7 @@
|
|
|
</div>
|
|
|
<transition name="fade" mode="out-in">
|
|
|
<div class="center-b" v-if="isShow">
|
|
|
- <DanelBd :moduleName="'综采工作面粉尘浓度'" :contentStyle="{ contentH: '245px' }" :commonTitle="'selected'"
|
|
|
+ <DanelBd :moduleName="'工作面粉尘浓度'" :contentStyle="{ contentH: '245px' }" :commonTitle="'selected'"
|
|
|
:selectList="selectListBd" :selectValue="sensorCode" @change-select="changeSelect">
|
|
|
<multipleDust :echartData="echartData" />
|
|
|
</DanelBd>
|
|
@@ -283,7 +283,7 @@ async function getRealDataList() {
|
|
|
if (res.length != 0) {
|
|
|
pwData.length = 0;
|
|
|
deviceTotal.value = res.length;
|
|
|
- pwTotal.value = res.filter((v) => v.deviceState == '1').length;
|
|
|
+ pwTotal.value = res.filter((v) => v.stateSpray == '1').length;
|
|
|
interTotal.value = res.filter((v) => v.stateConn == '1').length;
|
|
|
unInterTotal.value = res.filter((v) => v.stateConn != '1').length;
|
|
|
res.forEach((el, index) => {
|