Browse Source

资源调度、催办督办按钮当事件已完成时,才不显示,只要是processing就一直显示

feature
是小王呀\24601 2 years ago
parent
commit
4c985f8250
  1. 3
      src/views/dataBoard/overview/components/EventDetail.vue

3
src/views/dataBoard/overview/components/EventDetail.vue

@ -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>

Loading…
Cancel
Save