无人机管理后台前端(已迁走)
张含笑
2025-05-27 2baf12889afc6b8bd76e7463a29dd6d2c718f99a
feat:AI 小飞
1 files modified
3 ■■■■ changed files
src/views/tickets/ticket.vue 3 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -1310,6 +1310,7 @@
      this.currentDetail.updatePhotoUrl = this.currentDetail.update_photo_url;
      this.currentDetail.processingDetail = this.currentDetail.content;
      this.handleViewDetail(this.currentDetail)
console.log('this.currentDetail', this.tableData);
      // 如果使用地图组件,需要更新地图标记
      this.$nextTick(() => {
@@ -1515,7 +1516,7 @@
                ? `${longitude.toFixed(6)}, ${latitude.toFixed(6)}`
                : '未知位置',
            address: item.address,
            creator: item.create_user,
            creator: item.event_num?.slice(0,2) ==='AI'?'AI 小飞' : item.create_user,
            handler: item.update_user || '未分配',
            status: Number(item.status || 0),
            // 保存原始字段