fix: 处理进度(斤) → 累计加工(斤)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
143b38ffca
commit
0dbeab8192
@@ -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">'
|
||||
|
||||
Reference in New Issue
Block a user