UPDATE: 勾选被检设备下载检测结果数据等
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user