|
@ -198,8 +198,7 @@ |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
|
|
|
<div class="btn-group" v-if="(item.status === 'processing' && item.operationId) || (item.status === 'closed_case' && |
|
|
<div class="btn-group" v-if="(item.status === 'processing')"> |
|
|
(item.satisfactionName || (!item.satisfactionName && user.id != item.createdUserId)))"> |
|
|
|
|
|
<el-button class="green" plain round type="success" @click="handleDispatch">资源调度</el-button> |
|
|
<el-button class="green" plain round type="success" @click="handleDispatch">资源调度</el-button> |
|
|
<el-button class="orange" plain round type="warning" @click="handleSupervision">催办督办</el-button> |
|
|
<el-button class="orange" plain round type="warning" @click="handleSupervision">催办督办</el-button> |
|
|
</div> |
|
|
</div> |
|
|