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>