添加污区图

This commit is contained in:
GGJ
2024-11-04 09:10:43 +08:00
parent bb67f6e06b
commit b16ab9ed0a
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@
v-if="statisticalName == '谐波电压(%)' && !voltageLevelFlag"></vxe-column>
<vxe-column field="data" :title="statisticalName">
<template #default="scope">
<span v-if="scope.row.data == -1" type="primary" size="small">暂无数据</span>
<span v-if="scope.row.data !== -1" type="primary" size="small">
<span v-if="scope.row.data == 3.14159" type="primary" size="small">暂无数据</span>
<span v-else type="primary" size="small">
{{ scope.row.data }}
</span>
</template>