riku
23 小时以前 912a3b65b251f96b8868c4416f418a65ef7b6f10
2025.10.14 修改季度报告生成逻辑
已修改2个文件
3 ■■■■ 文件已修改
public/underway_season_report.docx 补丁 | 查看 | 原始文档 | blame | 历史
src/views/historymode/component/MissionReport.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/underway_season_report.docx
Binary files differ
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,