From cb0e263d36be16efbfbbb27f02139749f7ef5c2c Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期四, 01 四月 2021 09:54:39 +0800
Subject: [PATCH] 点击废水显示弹窗效果

---
 src/components/table/components/AirQuality.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/components/table/components/AirQuality.vue b/src/components/table/components/AirQuality.vue
index b0dc855..7e52808 100644
--- a/src/components/table/components/AirQuality.vue
+++ b/src/components/table/components/AirQuality.vue
@@ -45,6 +45,11 @@
                     prop="RegionalColor"
                     label="鍖哄煙棰滆壊"
                     width="200px">
+              <template slot-scope="scope">
+                <div v-if="scope.row.RegionalColor==='鍥涚骇绾㈣壊'" style="background-color: red">{{scope.row.RegionalColor}}</div>
+                <div v-else-if="scope.row.RegionalColor==='涓夌骇姗欒壊'" style="background-color: orange">{{scope.row.RegionalColor}}</div>
+                <div v-else style="background-color: green">{{scope.row.RegionalColor}}</div>
+              </template>
             </el-table-column>
         </el-table>
     </div>

--
Gitblit v1.8.0