feat: 非精油产品显示份、新增护肤品价目 #30

Merged
hera merged 28 commits from fix/next-batch-4 into main 2026-04-13 19:26:58 +00:00
Showing only changes of commit 2e8a8815a8 - Show all commits

View File

@@ -20,6 +20,7 @@ export const useRecipesStore = defineStore('recipes', () => {
name: r.name,
en_name: r.en_name ?? '',
note: r.note ?? '',
volume: r.volume ?? '',
tags: r.tags ?? [],
ingredients: (r.ingredients ?? []).map((ing) => ({
oil: ing.oil_name ?? ing.oil ?? ing.name,