From fee38f39e36bcda9924f5b26dca609dda6b331e0 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期日, 22 六月 2025 16:53:27 +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 a503835..c0ab932 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" @click.native="lightClick(item)"> + <el-col :span="6" v-for="(item, index) in seedBracket" :key="index"> <div class="seed-bracket" :style="getLightStatus(item)" /> </el-col> </div> -- Gitblit v1.9.1