|
@@ -508,7 +508,10 @@
|
|
<el-button type="text" @click="toDetail(scope.row)"> 详情</el-button>
|
|
<el-button type="text" @click="toDetail(scope.row)"> 详情</el-button>
|
|
<!-- !scope.row.automaticStatus && -->
|
|
<!-- !scope.row.automaticStatus && -->
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
- v-if="!scope.row.automaticStatus && scope.row.examineStatus !== 'OK'"
|
|
|
|
|
|
+ v-if="(!scope.row.automaticStatus && scope.row.examineStatus !== 'OK') ||
|
|
|
|
+ (scope.row.automaticStatus &&
|
|
|
|
+ scope.row.examineStatus !== 'OK' &&
|
|
|
|
+ scope.row.type == 2)"
|
|
style="margin-left: 10px"
|
|
style="margin-left: 10px"
|
|
title="确定删除吗?"
|
|
title="确定删除吗?"
|
|
@onConfirm="handleDelete(scope.row.id)"
|
|
@onConfirm="handleDelete(scope.row.id)"
|