无人机管理后台前端(已迁走)
张含笑
2025-09-17 6209383002f198011b372abf6f06c49bc4121103
feat:修复
1 files modified
8 ■■■■ changed files
src/views/tickets/ticket.vue 8 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -1346,8 +1346,8 @@
          // 修改这里:使用 types 数组查找对应的 label
          value:
            this.types.find(t => t.value === this.currentDetail.type)?.label ||
            this.currentDetail.type ||
            '/',
            this.currentDetail.type
        },
        { label: '关联任务', value: this.currentDetail.job_name || '/' },
        { label: '任务发起人', value: this.currentDetail.creator },
@@ -1357,8 +1357,8 @@
          label: '关联算法',
          value:
            this.algorithms.find(t => t.value === this.currentDetail.aiType)?.label ||
            this.currentDetail.aiType ||
            '/',
            this.currentDetail.aiType
        },
        { label: '发起单位', value: this.currentDetail.department },
        { label: '发起任务时间', value: this.currentDetail.startTime },