| 精油 | 用量 | 每滴 | 小计 | |
|---|---|---|---|---|
| {{ ing.oil || '—' }} | {{ ing.drops }} | {{ ing.oil ? oils.fmtPrice(oils.pricePerDrop(ing.oil)) : '—' }} | {{ ing.oil && ing.drops ? oils.fmtPrice(oils.pricePerDrop(ing.oil) * ing.drops) : '—' }} |
| 配方总成本 | {{ oils.fmtPrice(materialCost) }} |
| 精油 | 单次用量 | 瓶装容量 | 可做次数 | |
|---|---|---|---|---|
| {{ c.oil }} | {{ c.drops }}滴 | {{ c.bottleDrops }}滴 | {{ c.sessions }}次 |