UPDATE: 勾选被检设备下载检测结果数据等

This commit is contained in:
贾同学
2025-08-29 15:09:05 +08:00
parent a847419ab5
commit ddbaf5651a
4 changed files with 14 additions and 24 deletions

View File

@@ -65,7 +65,6 @@
<!-- 表格操作 -->
<template #operation="scope">
<el-button
v-if="scope.row.importFlag == 0"
type="primary"
v-auth.plan="'edit'"
link
@@ -74,16 +73,6 @@
>
编辑
</el-button>
<el-button
v-if="scope.row.importFlag == 1"
type="primary"
v-auth.plan="'edit'"
link
icon="View"
@click="openDialog('edit', scope.row)"
>
详情
</el-button>
<el-button type="primary" v-auth.plan="'delete'" link :icon="Delete" @click="handleDelete(scope.row)">
删除
</el-button>