diff --git a/static/vue-app.js b/static/vue-app.js index 3bfe2b5..16af0be 100644 --- a/static/vue-app.js +++ b/static/vue-app.js @@ -2080,6 +2080,21 @@ const ResultView = { +
+ + + + +
+

3D 预览

@@ -2109,57 +2124,8 @@ const ResultView = {
-
-

候选分模方案

-
-
-
-

{{ scheme.title || scheme.scheme_id }}

- 总分 {{ formatNumber(scheme.score) }} -
-
-
- 方案说明 - {{ scheme.summary || scheme.reason || '暂无说明' }} -
-
- 分型方向 - {{ formatSchemeDirection(scheme) }} -
-
- 模具结构 - {{ scheme.mold_structure_type === 'two_half_cavity' ? '两板半腔(无独立模芯)' : '型腔 + 模芯' }} -
-
- 分型面位置 - {{ scheme.offset_label || '中面' }} -
-
- 可制造性 - {{ formatNumber(scheme.score_breakdown?.manufacturability || 0) }} -
-
- 分型质量 - {{ formatNumber(scheme.score_breakdown?.parting_quality || 0) }} -
-
- 风险得分 - {{ formatNumber(scheme.score_breakdown?.risk || 0) }} -
-
- -
当前仅生成 1 套可用分模方案
-
-
-
- -
- 方案对比 +
+ 📊 全部方案对比
@@ -2176,8 +2142,11 @@ const ResultView = { - - + + @@ -2272,21 +2241,7 @@ const ResultView = {

CAM 与 CNC 加工

- 计划 | 导出 -
-
- - - - + 工艺规划

CAM 参数

{{ scheme.title || scheme.scheme_id }}
+ ★ + {{ scheme.title || scheme.scheme_id }} + {{ formatSchemeDirection(scheme) }} {{ scheme.offset_label || '中面' }} {{ formatNumber(scheme.score) }}