派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-01 e584192ac0f3f93d1e8324b85a56cc102a2bd963
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>