This commit is contained in:
仲么了
2023-09-28 16:30:07 +08:00
parent 182195512a
commit 9c8dc2cd0a
9 changed files with 45 additions and 29 deletions

View File

@@ -24,7 +24,7 @@
<view class="item">{{ item.phase }}</view>
<view class="item">{{ item['Apf_PhV_Sys(V)'] || '-' }}</view>
<view class="item">{{ item['Apf_Freq(Hz)'] || '-' }}</view>
<view class="item">{{ item['Apf_ThdU(%)'] || '-' }}</view>
<view class="item">{{ item['Apf_ThdU_Sys(%)'] || '-' }}</view>
</template>
</view>
</view>
@@ -99,6 +99,9 @@ export default {
case 'Apf_Freq(Hz)':
key = '电网电压'
break
case 'Apf_ThdU_Sys(%)':
key = '电网电压'
break
case 'Apf_RmsI_Load(A)':
key = '负载电流'
break