修改测试问题
This commit is contained in:
@@ -56,77 +56,77 @@
|
||||
<div class="view_bot">
|
||||
<vxe-table border height="" :data="realList" :column-config="{ resizable: true, tooltip: true }"
|
||||
:tooltip-config="{ enterable: true }">
|
||||
<vxe-colgroup align="center" :title="`电压有效值(${voltageUnit})`">
|
||||
<vxe-column align="center" field="vRmsA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="vRmsB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="vRmsC" title="C相"></vxe-column>
|
||||
<vxe-colgroup align="center" :title="`电压有效值(${voltageUnit})`" >
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vRmsA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vRmsB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vRmsC" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" title="电流有效值(A)">
|
||||
<vxe-column align="center" field="iRmsA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="iRmsB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="iRmsC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="iRmsA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="iRmsB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="iRmsC" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" title="基波电压相位(°)">
|
||||
<vxe-column align="center" field="v1AngA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="v1AngB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="v1AngC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="v1AngA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="v1AngB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="v1AngC" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" title="基波电流相位(°)">
|
||||
<vxe-column align="center" field="i1AngA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="i1AngB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="i1AngC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="i1AngA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="i1AngB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="i1AngC" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
</vxe-table>
|
||||
<br />
|
||||
<vxe-table border height="" :data="realList" :column-config="{ resizable: true, tooltip: true }"
|
||||
:tooltip-config="{ enterable: true }">
|
||||
<vxe-column align="center" field="freq" width="140" title="频率(Hz)"></vxe-column>
|
||||
<vxe-column align="center" field="freqDev" width="120" title="频率偏差(Hz)"></vxe-column>
|
||||
<vxe-column align="center" width="180" field="vUnbalance" title="电压不平衡度(%)"></vxe-column>
|
||||
<vxe-column align="center" width="180" field="iUnbalance" title="电流不平衡度(%)"></vxe-column>
|
||||
<vxe-column align="center" field="freq"how-overflow-tooltip min-width="160" title="频率(Hz)"></vxe-column>
|
||||
<vxe-column align="center" field="freqDev"how-overflow-tooltip min-width="160" title="频率偏差(Hz)"></vxe-column>
|
||||
<vxe-column align="center"how-overflow-tooltip min-width="160" field="vUnbalance" title="电压不平衡度(%)"></vxe-column>
|
||||
<vxe-column align="center"how-overflow-tooltip min-width="160" field="iUnbalance" title="电流不平衡度(%)"></vxe-column>
|
||||
<vxe-colgroup align="center" :title="`基波电压幅值(${voltageUnit})`">
|
||||
<vxe-column align="center" field="v1A" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="v1B" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="v1C" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="v1A" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="v1B" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="v1C" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" title="基波电流幅值(A)">
|
||||
<vxe-column align="center" field="i1A" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="i1B" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="i1C" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="i1A" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="i1B" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="i1C" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
</vxe-table>
|
||||
<br />
|
||||
<vxe-table border height="" :data="realList" :column-config="{ resizable: true, tooltip: true }"
|
||||
:tooltip-config="{ enterable: true }">
|
||||
<vxe-colgroup align="center" title="电压偏差(%)">
|
||||
<vxe-column align="center" field="vDevA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="vDevB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="vDevC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vDevA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vDevB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vDevC" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" title="电压总谐波畸变率(%)">
|
||||
<vxe-column align="center" field="vThdA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="vThdB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="vThdC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vThdA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vThdB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="vThdC" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" title="电流总谐波畸变率(%)">
|
||||
<vxe-column align="center" field="iThdA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="iThdB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="iThdC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="iThdA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="iThdB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="iThdC" title="C相"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" :title="`有功功率(${powerUnit})`">
|
||||
<vxe-column align="center" field="pA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="pB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="pC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" field="pTot" title="总"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="pA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="pB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="pC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="pTot" title="总"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
</vxe-table>
|
||||
<br />
|
||||
<vxe-table border height="" :data="realList" :column-config="{ resizable: true, tooltip: true }"
|
||||
:tooltip-config="{ enterable: true }">
|
||||
<vxe-colgroup align="center" :title="`无功功率(${reactivePowerUnit})`">
|
||||
<vxe-column align="center" field="qA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="qB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="qC" title="C相">
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="qA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="qB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="qC" title="C相">
|
||||
<template #default="{ row }">
|
||||
{{ row.qC }}
|
||||
</template>
|
||||
@@ -134,22 +134,22 @@
|
||||
<vxe-column align="center" field="qTot" title="总"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" :title="`视在功率(${apparentPowerUnit})`">
|
||||
<vxe-column align="center" field="sA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="sB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="sC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" field="sTot" title="总"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="sA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="sB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="sC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="sTot" title="总"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" title="视在功率因数(P/S)">
|
||||
<vxe-column align="center" field="pfA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="pfB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="pfC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" field="pfTot" title="总"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="pfA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="pfB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="pfC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="pfTot" title="总"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
<vxe-colgroup align="center" title="位移功率因数(P/S1)">
|
||||
<vxe-column align="center" field="dpfA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" field="dpfB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" field="dpfC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" field="dpfTot" title="总"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="dpfA" title="A相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="dpfB" title="B相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="dpfC" title="C相"></vxe-column>
|
||||
<vxe-column align="center" how-overflow-tooltip min-width="80" field="dpfTot" title="总"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
</vxe-table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user