|
@@ -450,7 +450,8 @@
|
|
|
v-if="
|
|
|
$checkBtnRole('del', $route.meta.roles) &&
|
|
|
!scope.row.automaticStatus &&
|
|
|
- scope.row.examineStatus !== 'OK'
|
|
|
+ scope.row.type == 2 &&
|
|
|
+ (scope.row.examineStatus !== 'OK' || scope.row.examineStatus === 'SAVE')
|
|
|
"
|
|
|
style="margin-left: 10px"
|
|
|
title="确定删除吗?"
|