⚙️基础参数
💡
左/右边缘缝指柜体两侧的缝隙,中间门缝指门与门之间的缝隙。修改这些值会影响门宽推荐结果。
推荐单扇门宽范围:{{ doorMinWidth }} ~ {{ doorMaxWidth }}
mm
🔍智能推荐门数
⭐ 最佳推荐方案
{{ autoBest.doorCount }}扇
✅ 完美匹配,无需调整
单扇宽度:{{ autoBest.finalWidth }} mm
{{
autoBest.bestPlan.desc.replace(/,\s*门数\s*\d+\s*扇\s*,/g,
',') }}
✅ 门宽 {{ scope.row.finalWidth }} mm
{{ scope.row.bestPlan.desc }}
🔵 推荐:{{ p.desc }}⚪ 备选:{{ p.desc }}
✏️门组配置 (隔板计算)
📐
隔板计算基于上方「智能推荐」得出的最佳单扇门宽。每个门组内的左/右边缝仅影响该门组的内空宽度,不影响总宽公式。
柜门 {{ idx + 1 }}
▲ 上移
▼ 下移
删除
开门方式:单门 双门
※
内空宽度基于上方推荐门宽计算,各门组内的左/右边缝已代入公式。
⚙️基础参数
🔧 免拉手 & 结构参数
✅ 完美整数,每个抽屉面板高度为
{{ drawerResult.panelHeight }} mm (总高
{{ drawerResult.totalHeightUsed }} mm)
⚠️ 原始面板高度为小数 ({{
drawerResult.panelHeightRawOriginal?.toFixed(2) ||
drawerResult.panelHeightRaw.toFixed(2) }}
mm),已按推荐方案优化:调整后总高 {{ drawerResult.totalHeightUsed }}
mm,面板高度 {{ drawerResult.panelHeight }} mm
📌 其他可选方案:
{{ plan.desc }} → 新总高 {{ plan.newTotalHeight }}
mm,面板高 {{ plan.newPanelHeight }} mm
{{ drawerResult.notes }}
🧪 自动化测试面板 (点击展开/收起)
{{ showTests ? '▲' : '▼' }}
{{ res.name }} — {{ res.message }}
总计: {{ testSummary.total }},通过: {{ testSummary.passed
}},失败: {{ testSummary.failed }}