From dc2b637e3ead569adee4cf7a48b0bb15f8c7aa43 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期五, 01 三月 2024 20:46:19 +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