From 585d451f58fd8398e48f83e6746b179dca1e76ed Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 09 七月 2025 17:08:46 +0800
Subject: [PATCH] no message

---
 construction-data/src/components/datav/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue
index ce7e6cf..783dd6e 100644
--- a/construction-data/src/components/datav/index.vue
+++ b/construction-data/src/components/datav/index.vue
@@ -84,7 +84,7 @@
 <!--                  </el-row>-->
                   <div class="pick-wall-box">
                     <el-col :span="6" v-for="(item, index) in seedBracket" :key="index">
-                      <div class="seed-bracket" :style="getLightStatus(item)" />
+                      <div class="seed-bracket" :style="getLightStatus(item)" @click.native="lightClick(item)"/>
                     </el-col>
                   </div>
                 </dv-border-box-11>

--
Gitblit v1.9.1