From 9f6314ef479785385d45180eef595c54f287f5f0 Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期四, 11 四月 2024 08:19:54 +0800
Subject: [PATCH] change 类型转换

---
 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