From e160080fb12e16c6dd369043c0163828861dffa1 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期五, 02 二月 2024 11:19:35 +0800 Subject: [PATCH] 修改配瓦规则 --- jcdm-ui/src/views/main/da/tileMatchRules/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jcdm-ui/src/views/main/da/tileMatchRules/index.vue b/jcdm-ui/src/views/main/da/tileMatchRules/index.vue index 3812ffb..104eb91 100644 --- a/jcdm-ui/src/views/main/da/tileMatchRules/index.vue +++ b/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">--> -- Gitblit v1.9.3