fix: 处理进度(斤) → 累计加工

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
zhangyan
2026-06-17 09:50:22 +08:00
co-authored by Claude Opus 4.6
parent 15ce29e7a3
commit 143b38ffca
@@ -479,7 +479,7 @@
+ '<span class="food-card__spec">' + f.size + ' · ' + f.shape + ' · ' + f.blade + '</span>'
+ '<div class="food-card__progress">'
+ '<div style="display:flex;justify-content:space-between;">'
+ '<span class="food-card__progress-label">处理进度(斤)</span>'
+ '<span class="food-card__progress-label">累计加工</span>'
+ '<span class="food-card__progress-text">' + f.processed.toFixed(1) + ' / ' + f.target.toFixed(1) + '</span>'
+ '</div>'
+ '<div class="food-card__progress-wrap">'