From bd40473c9c634005bc7e62e7fc901bcd8b598fa0 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期五, 02 二月 2024 15:20:26 +0800
Subject: [PATCH] 提交了修改

---
 ruoyi-ui/src/views/healthy/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/healthy/index.vue b/ruoyi-ui/src/views/healthy/index.vue
index f714dc4..7d41766 100644
--- a/ruoyi-ui/src/views/healthy/index.vue
+++ b/ruoyi-ui/src/views/healthy/index.vue
@@ -126,7 +126,7 @@
         </el-col>
     </el-row>
 
-    <el-table v-loading="loading" :data="healthList"  @selection-change="handleSelectionChange" @row-click="handleCheck" :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;">
+    <el-table v-loading="loading" :data="healthList"  @selection-change="handleSelectionChange"  :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;">
       <el-table-column type="selection" width="55"  align="center" />
       <el-table-column  label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
 
@@ -141,7 +141,7 @@
       <el-table-column label="娉ㄦ剰浜嬮」" prop="notice" sortable width="150" />
       <el-table-column label="鐢靛瓙鏂囦欢" prop="url" align="center" sortable  width="150" >
         <template slot-scope="scope" >
-          <div  @click="handleCheck(scope.row)">
+          <div>
             <img
               class="el-upload-list__item-thumbnail"
               src="../../assets/images/deviceLis.png"

--
Gitblit v1.9.1