派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-07 3e8003d111e8535ffdb1a1188fe4ca9c2ca8e18f
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>