无人机管理后台前端(已迁走)
rain
2025-04-18 7213c31b9131da823550ed3ee536b82e0f2e0db5
修改发起工单和发起任务标题
1 files modified
2 ■■■ changed files
src/views/tickets/ticket.vue 2 ●●● 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">