|
|
@ -78,8 +78,12 @@ |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<!-- |
|
|
|
|
|
显示关闭: |
|
|
|
|
|
1、状态=完成 (已评价)||(没评价&&不是本人) |
|
|
|
|
|
|
|
|
<div v-if="(info.status==='closed_case'&&info.satisfactionName)||(info.operationId && !(info.status==='closed_case'&&!info.satisfactionName && user.id===info.createdUserId))" |
|
|
2、状态=未完成 (有操作id) --> |
|
|
|
|
|
<div v-if="(info.status==='processing'&&info.operationId)||(info.status==='closed_case'&&(info.satisfactionName||(!info.satisfactionName && user.id!=info.createdUserId)))" |
|
|
class="div-btn "> |
|
|
class="div-btn "> |
|
|
<el-button size="small" |
|
|
<el-button size="small" |
|
|
@click="handleCloseEvent">关闭</el-button> |
|
|
@click="handleCloseEvent">关闭</el-button> |
|
|
|