diff --git a/frontend/pages/ticket/_id/index.vue b/frontend/pages/ticket/_id/index.vue index a2f44e40..e383b067 100644 --- a/frontend/pages/ticket/_id/index.vue +++ b/frontend/pages/ticket/_id/index.vue @@ -256,7 +256,7 @@ export default { status = 'unknown' } return (this.statusToStepStatus[status].stepKey >= - this.statusToStepStatus.approved.stepKey) && this.ticketInfo.status !== 'rejected' + this.statusToStepStatus.approved.stepKey) && this.ticketInfo.status !== 'rejected' && this.ticketInfo.status !== 'closed' } return false },