jcdm-ui/src/views/main/da/tileMatchRules/index.vue
@@ -118,7 +118,7 @@ </el-table-column> <el-table-column label="瓦颜色" align="center" prop="tileColor" > <template slot-scope="scope"> <dict-tag :options="dict.type.colour_hex" :value="scope.row.tileColor" :style="{ backgroundColor: scope.row.tileColor }"/> <dict-tag :options="dict.type.colour_hex" :value="scope.row.tileColor" style="color: #FFFFFF;" :style="{ backgroundColor: scope.row.tileColor }"/> </template> </el-table-column> <!-- <el-table-column label="创建用户" align="center" prop="createUser">-->