From 844cd94bd795217008dc1ccb5d16e4bb3b4297db Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Sun, 18 Feb 2024 16:26:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/views/userHouse/houseList.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/userHouse/houseList.vue b/src/views/userHouse/houseList.vue
index 446363c..c785db9 100644
--- a/src/views/userHouse/houseList.vue
+++ b/src/views/userHouse/houseList.vue
@@ -61,8 +61,8 @@
<el-dialog title="标签管理" append-to-body :visible.sync="labelFlag" center width="600px">
<div id="" class="grid-container2">
- <div class="grid-item" v-for="(item, index) in labelData" :key="index" @click="changLabel(item)">
- {{ item.color }}
+ <div class="grid-item" :style="{ backgroundColor: getColor(item.color) }"
+ v-for="(item, index) in labelData" :key="index" @click="changLabel(item)">
{{ item.name }}
</div>
</div>
--
Gitblit v1.9.3