| | |
| | | <div class="actionButton"> |
| | | <div class="btngroups" v-if="workDetailData.eventStatus === 0"> |
| | | <up-button type="primary" color="#AEAEAE" text="退回" @click="rejectTicket"></up-button> |
| | | <up-button type="primary" color="#1D6FE9" text="待确认" @click="confirmTheTicket"></up-button> |
| | | <up-button type="primary" color="#1D6FE9" text="确认" @click="confirmTheTicket"></up-button> |
| | | </div> |
| | | <div class="btngroups" v-if="workDetailData.eventStatus === 1"> |
| | | <up-button type="primary" color="#1D6FE9" text="处置记录" @click="handlelogs"></up-button> |