From 43909f06f66a4d162ce06ac32e17955f5e446b4a Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期五, 02 二月 2024 11:15:14 +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