添加污区图
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user