|
@@ -489,9 +489,7 @@
|
|
|
<!-- !scope.row.automaticStatus && -->
|
|
|
<el-popconfirm
|
|
|
v-if="$checkBtnRole('del', $route.meta.roles) &&
|
|
|
-( (!scope.row.automaticStatus && scope.row.examineStatus !== 'OK') || (scope.row.automaticStatus &&
|
|
|
- scope.row.examineStatus !== 'OK' &&
|
|
|
- scope.row.type===2))"
|
|
|
+( (!scope.row.automaticStatus && scope.row.examineStatus !== 'OK'))"
|
|
|
style="margin-left: 10px"
|
|
|
title="确定删除吗?"
|
|
|
@onConfirm="handleDelete(scope.row.id)"
|