From a73d530f07c54f817f906b451abd6f0c802180d4 Mon Sep 17 00:00:00 2001 From: chenjw28 <792430652@qq.com> Date: Wed, 27 May 2026 15:27:35 +0800 Subject: [PATCH] x --- static/vue-app.js | 315 ++++++++++++---------------------------------- 1 file changed, 83 insertions(+), 232 deletions(-) diff --git a/static/vue-app.js b/static/vue-app.js index 34ed909..3bfe2b5 100644 --- a/static/vue-app.js +++ b/static/vue-app.js @@ -1657,10 +1657,8 @@ const ResultView = { const resultAnchorLinks = [ { id: 'candidate-schemes', label: '方案' }, { id: 'preview-3d', label: '预览' }, - { id: 'engineering-summary', label: '工程摘要' }, { id: 'ai-side-action', label: 'AI倒扣分析' }, - { id: 'dfm-check', label: 'DFM' }, - { id: 'export-cam', label: '导出/CAM' }, + { id: 'export-cam', label: 'CAM/CNC' }, { id: 'llm-report', label: '设计报告' } ]; @@ -1978,74 +1976,60 @@ const ResultView = { {{ selectedScheme?.title || selectedScheme?.scheme_id || '方案待定' }}