From e03490279e4ba06e4f039b2df907e6975ee66758 Mon Sep 17 00:00:00 2001 From: chenjw28 <792430652@qq.com> Date: Wed, 27 May 2026 17:49:48 +0800 Subject: [PATCH] x --- static/vue-app.js | 118 ++++++++++++++-------------------------------- 1 file changed, 35 insertions(+), 83 deletions(-) diff --git a/static/vue-app.js b/static/vue-app.js index 5652ed4..5c31ac8 100644 --- a/static/vue-app.js +++ b/static/vue-app.js @@ -2071,52 +2071,6 @@ const ResultView = { -
-
-

任务信息

-
-
- 文件大小 - {{ formatFileSize(state.task.file_size) }} -
-
- 分析时间 - {{ formatDateTime(state.task.completed_at) }} -
-
- 状态 - {{ state.task.status }} -
-
-
- -
-

几何概览

-
-
- 顶点数 - {{ formatNumber(state.task.mesh_summary.vertex_count) }} -
-
- 面数 - {{ formatNumber(state.task.mesh_summary.face_count) }} -
-
- 边数 - {{ formatNumber(state.task.geometry_data?.topology?.edge_count || state.task.geometry_data?.topology?.edges || state.task.mesh_summary?.edge_count || 'N/A') }} -
-
- 体积 - {{ formatNumber(state.task.geometry_data.volume) }} mm³ -
-
- 表面积 - {{ formatNumber(state.task.geometry_data.surface_area) }} mm² -
-
-
-
-
-
- 📊 方案对比({{ Math.min(candidateSchemes.length, 2) }} 个方案) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
方案方向位置总分法向匹配可制造性分型质量倒扣数锁模力
- ★ - {{ scheme.title || scheme.scheme_id }} - {{ formatSchemeDirection(scheme) }}{{ scheme.offset_label || '中面' }}{{ formatNumber(scheme.score) }}{{ formatNumber(scheme.normal_alignment_score || 0) }}{{ formatNumber(scheme.score_breakdown?.manufacturability || 0) }}{{ formatNumber(scheme.score_breakdown?.parting_quality || 0) }}{{ scheme.key_info?.quality_considerations?.undercut_count || 0 }}{{ scheme.cavity_data?.manufacturing_info?.estimated_clamping_force || 'N/A' }}
-
- -

3D 预览

@@ -2198,6 +2115,41 @@ const ResultView = {
+
+ 📊 方案对比 +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
方案方向位置总分可制造性分型质量倒扣数锁模力
+ ★ 推荐方案 + 备选方案 + {{ formatSchemeDirection(scheme) }}{{ scheme.offset_label || '中面' }}{{ formatNumber(scheme.score) }}{{ formatNumber(scheme.score_breakdown?.manufacturability || 0) }}{{ formatNumber(scheme.score_breakdown?.parting_quality || 0) }}{{ scheme.key_info?.quality_considerations?.undercut_count || 0 }}{{ scheme.cavity_data?.manufacturing_info?.estimated_clamping_force || 'N/A' }}
+
+ +

AI 倒扣与抽芯分析