From 875a183c5d5a12a4ba5c8d37559295ac1ce6cce3 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 09 七月 2025 21:13:11 +0800
Subject: [PATCH] 播种流程优化

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

diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue
index ce7e6cf..ef879b2 100644
--- a/construction-data/src/components/datav/index.vue
+++ b/construction-data/src/components/datav/index.vue
@@ -83,7 +83,7 @@
 <!--                    </el-col>-->
 <!--                  </el-row>-->
                   <div class="pick-wall-box">
-                    <el-col :span="6" v-for="(item, index) in seedBracket" :key="index">
+                    <el-col :span="6" v-for="(item, index) in seedBracket" :key="index" @click.native="lightClick(item)">
                       <div class="seed-bracket" :style="getLightStatus(item)" />
                     </el-col>
                   </div>
@@ -103,7 +103,7 @@
                   <el-row>
                     <el-col class="header-title">澶嶆牳褰撳墠浣滀笟涓暟閲�</el-col>
                     <el-col style="text-align: center">
-                      <el-col :span="10" class="content">鎬婚渶姹傛暟閲忥細</el-col>
+                      <el-col :span="10" class="content">闇�姹傛暟閲忥細</el-col>
                       <el-col :span="8" class="content-value">{{ selected.anfme }}</el-col>
                     </el-col>
                     <el-col>

--
Gitblit v1.9.1