Browse Source

统一累积冷量单位kwh,瞬时冷量单位kw

meizhou
selia-zx 1 week ago
parent
commit
c5a7d314ef
  1. 6
      src/views/centerairC/energyAnalysis/components/energyAnalysis.vue
  2. 4
      src/views/centerairC/energyAnalysis/components/qnqAnalysis.vue
  3. 4
      src/views/centerairC/energyAnalysis/components/ynyAnalysis.vue
  4. 4
      src/views/centerairC/energyAnalysis/components/ynyQnqAnalysis.vue
  5. 6
      src/views/centerairC/overview/index.vue
  6. 4
      src/views/index.vue

6
src/views/centerairC/energyAnalysis/components/energyAnalysis.vue

@ -124,7 +124,7 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td v-if="coldData">制冷量(kwr)</td> <td v-if="coldData">制冷量(kwh)</td>
<td v-for="(item, index) in coldData" :key="index"> <td v-for="(item, index) in coldData" :key="index">
{{ item }} {{ item }}
</td> </td>
@ -455,7 +455,7 @@ export default {
'<span style="color: #000000; font-weight: bold;margin-left:5px">' + '<span style="color: #000000; font-weight: bold;margin-left:5px">' +
value + value +
" " + " " +
"kwr" + "kw" +
"</span><br>"; "</span><br>";
} else if (seriesName === "瞬时功率") { } else if (seriesName === "瞬时功率") {
res += res +=
@ -726,7 +726,7 @@ export default {
unit = ""; unit = "";
break; break;
case "瞬时冷量": case "瞬时冷量":
unit = "kwr"; unit = "kw";
break; break;
case "瞬时功率": case "瞬时功率":
unit = "kw"; unit = "kw";

4
src/views/centerairC/energyAnalysis/components/qnqAnalysis.vue

@ -415,7 +415,7 @@ export default {
console.log("Max2", Max2); console.log("Max2", Max2);
// tooltip- // tooltip-
if (this.timeIndex2 == 0) { if (this.timeIndex2 == 0) {
this.unitValue = "(kwr)"; this.unitValue = "(kwh)";
} else if (this.timeIndex2 == 1) { } else if (this.timeIndex2 == 1) {
this.unitValue = "(kwh)"; this.unitValue = "(kwh)";
} else { } else {
@ -554,7 +554,7 @@ export default {
'<span style="color: #000000; font-weight: bold;margin-left:5px">' + '<span style="color: #000000; font-weight: bold;margin-left:5px">' +
value + value +
" " + " " +
"kwr" + "kwh" +
"</span><br>"; "</span><br>";
} else if (seriesName === "上期") { } else if (seriesName === "上期") {
res += res +=

4
src/views/centerairC/energyAnalysis/components/ynyAnalysis.vue

@ -412,7 +412,7 @@ export default {
console.log("Max2", Max2); console.log("Max2", Max2);
// tooltip- // tooltip-
if (this.timeIndex2 == 0) { if (this.timeIndex2 == 0) {
this.unitValue = "(kwr)"; this.unitValue = "(kwh)";
} else if (this.timeIndex2 == 1) { } else if (this.timeIndex2 == 1) {
this.unitValue = "(kwh)"; this.unitValue = "(kwh)";
} else { } else {
@ -559,7 +559,7 @@ export default {
'<span style="color: #000000; font-weight: bold;margin-left:5px">' + '<span style="color: #000000; font-weight: bold;margin-left:5px">' +
value + value +
" " + " " +
"kwr" + "kwh" +
"</span><br>"; "</span><br>";
} else if (seriesName === "上期") { } else if (seriesName === "上期") {
res += res +=

4
src/views/centerairC/energyAnalysis/components/ynyQnqAnalysis.vue

@ -415,7 +415,7 @@ export default {
// console.log("Max2", Max2); // console.log("Max2", Max2);
// tooltip- // tooltip-
if (this.timeIndex2 == 0) { if (this.timeIndex2 == 0) {
this.unitValue = "(kwr)"; this.unitValue = "(kwh)";
} else if (this.timeIndex2 == 1) { } else if (this.timeIndex2 == 1) {
this.unitValue = "(kwh)"; this.unitValue = "(kwh)";
} else { } else {
@ -566,7 +566,7 @@ export default {
'<span style="color: #000000; font-weight: bold;margin-left:5px">' + '<span style="color: #000000; font-weight: bold;margin-left:5px">' +
value + value +
" " + " " +
"kwr" + "kwh" +
"</span><br>"; "</span><br>";
} else if ( } else if (
(seriesName === "本期" || seriesName === "同期") && (seriesName === "本期" || seriesName === "同期") &&

6
src/views/centerairC/overview/index.vue

@ -109,7 +109,7 @@
<div class="table-content" style="width: 100%"> <div class="table-content" style="width: 100%">
<el-table :data="tableData" style="width: 100%" stripe> <el-table :data="tableData" style="width: 100%" stripe>
<el-table-column prop="date" label="时间"> </el-table-column> <el-table-column prop="date" label="时间"> </el-table-column>
<el-table-column prop="coldData" label="制冷量(kwr)"> <el-table-column prop="coldData" label="制冷量(kwh)">
</el-table-column> </el-table-column>
<el-table-column prop="electData" label="用电量(kwh)"> <el-table-column prop="electData" label="用电量(kwh)">
</el-table-column> </el-table-column>
@ -155,7 +155,7 @@
</tr> </tr>
<tr> <tr>
<th align="center">时间</th> <th align="center">时间</th>
<th align="center">制冷量(kwr)</th> <th align="center">制冷量(kwh)</th>
<th align="center">用电量(kwh)</th> <th align="center">用电量(kwh)</th>
<th align="center">EER</th> <th align="center">EER</th>
</tr> </tr>
@ -581,7 +581,7 @@ export default {
'<span style="color: #000000; font-weight: bold;margin-left:5px">' + '<span style="color: #000000; font-weight: bold;margin-left:5px">' +
value + value +
" " + " " +
"kwr" + "kwh" +
"</span><br>"; "</span><br>";
} else if (seriesName === "用电量") { } else if (seriesName === "用电量") {
res += res +=

4
src/views/index.vue

@ -84,7 +84,7 @@
</div> </div>
</div> </div>
<div class="overview-li" @click="goEnergy"> <div class="overview-li" @click="goEnergy">
<div>总产冷量(kw)</div> <div>总产冷量(kwh)</div>
<div class="overview-details"> <div class="overview-details">
{{ projectView.totalCold }} {{ projectView.totalCold }}
</div> </div>
@ -108,7 +108,7 @@
</div> </div>
</div> </div>
<div class="overview-li" @click="goEnergy"> <div class="overview-li" @click="goEnergy">
<div>今年产冷量(kw)</div> <div>今年产冷量(kwh)</div>
<div class="overview-details"> <div class="overview-details">
{{ projectView.yearCold }} {{ projectView.yearCold }}
</div> </div>

Loading…
Cancel
Save