From f3c1e2ea93b61031798f10de2eba1efa3ba36653 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Fri, 26 Jun 2026 15:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=A3=8E=E9=99=A9=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=AF=BC=E5=87=BA=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-06-26-risk-model-export-button-removal.md | 14 ++++++++++++++ .../components/detail/RiskModelSection.vue | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/reports/implementation/2026-06-26-risk-model-export-button-removal.md diff --git a/docs/reports/implementation/2026-06-26-risk-model-export-button-removal.md b/docs/reports/implementation/2026-06-26-risk-model-export-button-removal.md new file mode 100644 index 00000000..7ba99faf --- /dev/null +++ b/docs/reports/implementation/2026-06-26-risk-model-export-button-removal.md @@ -0,0 +1,14 @@ +# 风险模型导出按钮移除实施记录 + +## 修改内容 + +- 移除项目详情页“风险模型”模块中“模型预警次数统计”标题右侧的“导出”按钮。 + +## 影响范围 + +- 仅调整前端展示层文件:`ruoyi-ui/src/views/ccdiProject/components/detail/RiskModelSection.vue`。 +- 不涉及后端接口、数据结构、权限菜单或业务统计逻辑变更。 + +## 验证情况 + +- 已执行静态检索确认该模块内目标“导出”按钮已移除。 diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/RiskModelSection.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/RiskModelSection.vue index 3281d45d..f4ab5139 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/detail/RiskModelSection.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/RiskModelSection.vue @@ -14,7 +14,6 @@
模型预警次数统计
按模型汇总预警命中次数与涉及人数
- 导出