riku
13 小时以前 912a3b65b251f96b8868c4416f418a65ef7b6f10
src/views/historymode/component/MissionReport.vue
@@ -318,7 +318,8 @@
    templateParam.clueByAreaList = res.data.map((item, index) => {
      return {
        _index: index + 1,
        _area: `${item.sceneInfo.type}${item.sceneInfo.name}周边`,
        // _area: `${item.sceneInfo.type}${item.sceneInfo.name}周边`,
        _area: `${item.address}`,
        clueByFactorList: item.clueByFactorList.map((cbf) => {
          return {
            factor: cbf.factor,