| src/views/tickets/ticket.vue | ●●●●● patch | view | raw | blame | history |
src/views/tickets/ticket.vue
@@ -161,7 +161,7 @@ <!-- 标题行 --> <div class="steps-titles"> <div class="step-title" :class="{ active: true }"> 发起任务 {{ workType === 1 ? '发起工单' : '发起任务' }} </div> <div v-for="(status, index) in stepStatusList" :key="index" :class="{ active: Number(currentDetail.status) >= Number(status) }" class="step-title">