添加污区图

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>

View File

@@ -26,8 +26,8 @@
<span style="color: #ff9900;" class="text">:中度污染(1.6,2]</span>
<el-tag style="background: #cc0000;" class="tag" size="small">5</el-tag>
<span style="color: #cc0000;" class="text">:重度污染(2,+)</span>
<div :style="{ height: layout.height }" style="overflow-y: auto">
<div class="mt10 cardBox">
<div :style="{ height: layout.height }" style="overflow-y: auto" class="mt10">
<div class=" cardBox">
<el-card v-for="(item, index) in tableStore.table.data" :key="index">
<template #header>
<div style="cursor: pointer;" @click="queryline(item, false)">