修改检测记录列表删除图片

This commit is contained in:
limengnan 2026-01-13 08:43:54 +08:00
parent c3ced25fe1
commit e39876a2ac

View File

@ -140,8 +140,7 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" width="60"> <el-table-column label="操作" width="60">
<template #default="scope"> <template #default="scope">
<img src="@/assets/archive/del.png" <div class="processdel-icon" @click.stop="deleteClick(scope.row)"></div>
style="cursor: pointer;" @click.stop="deleteClick(scope.row)">
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>