派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-08 6f52267465d2ce8e08ae0fd61bbe7f69b366a2c4
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>