无人机管理后台前端(已迁走)
张含笑
2025-07-28 c020720d088a4c6b4b389be9f93e6bd258bfeb44
feat:没有地址显示经纬度
1 files modified
2 ■■■ changed files
src/views/tickets/ticket.vue 2 ●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -1655,7 +1655,7 @@
      console.log(detailData, 'detailDatadetailDatadetailData')
      this.currentDetail = {
        ...detailData,
        address: null,
        // address: null,
        latAndLon: _.round(detailData.location[0], 6) + ',' + _.round(detailData.location[1], 6)
      }