|
|
@@ -91,6 +91,11 @@
|
|
|
<el-popconfirm
|
|
|
class="ele-action"
|
|
|
title="确定要删除此信息吗?"
|
|
|
+ v-if="
|
|
|
+ (isNeed_process_is_close &&
|
|
|
+ [0, 3].includes(row.reviewStatus)) ||
|
|
|
+ !isNeed_process_is_close
|
|
|
+ "
|
|
|
@confirm="remove([row.id])"
|
|
|
>
|
|
|
<template v-slot:reference>
|
|
|
@@ -98,11 +103,6 @@
|
|
|
type="danger"
|
|
|
:underline="false"
|
|
|
icon="el-icon-delete"
|
|
|
- v-if="
|
|
|
- (isNeed_process_is_close &&
|
|
|
- [0, 3].includes(row.reviewStatus)) ||
|
|
|
- !isNeed_process_is_close
|
|
|
- "
|
|
|
>
|
|
|
删除
|
|
|
</el-link>
|