fix:电耗报表串行问题

This commit is contained in:
shijing 2024-05-20 09:37:21 +08:00
parent aa19ef2788
commit 348fac78f3
3 changed files with 3 additions and 18 deletions

View File

@ -90,12 +90,7 @@
>
{{ item[0] }}
</td>
<td
class="numCell"
v-else-if="
index == 26 || index == 27 || index == 28
"
>
<td class="numCell" v-else>
{{ item[0] }}
</td>
<td class="numCell">{{ item[1] }}</td>

View File

@ -90,12 +90,7 @@
>
{{ item[0] }}
</td>
<td
class="numCell"
v-else-if="
index == 26 || index == 27 || index == 28
"
>
<td class="numCell" v-else>
{{ item[0] }}
</td>
<td class="numCell">{{ item[1] }}</td>

View File

@ -90,12 +90,7 @@
>
{{ item[0] }}
</td>
<td
class="numCell"
v-else-if="
index == 26 || index == 27 || index == 28
"
>
<td class="numCell" v-else>
{{ item[0] }}
</td>
<td class="numCell">{{ item[1] }}</td>