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 = { -
| 方案 | -方向 | -位置 | -总分 | -法向匹配 | -可制造性 | -分型质量 | -倒扣数 | -锁模力 | -
|---|---|---|---|---|---|---|---|---|
| - ★ - {{ 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' }} | -
| 方案 | +方向 | +位置 | +总分 | +可制造性 | +分型质量 | +倒扣数 | +锁模力 | +
|---|---|---|---|---|---|---|---|
| + ★ 推荐方案 + 备选方案 + | +{{ 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' }} | +