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