From 8effdb2e151f1702c2300c2cba8ad833e28701cb Mon Sep 17 00:00:00 2001 From: zhangyan Date: Wed, 17 Jun 2026 17:12:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E6=AF=94=E7=A7=A4=E5=B7=B2?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E8=AE=A2=E5=8D=95=E4=B8=8D=E5=86=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA"=E5=85=A8=E9=83=A8=E5=AE=8C=E6=88=90"=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 已完成状态仅保留状态徽章,去掉冗余的不可用按钮。 Co-Authored-By: Claude Opus 4.6 --- other-module/canteen-device/ratio-scale/01-packing-tasks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other-module/canteen-device/ratio-scale/01-packing-tasks.html b/other-module/canteen-device/ratio-scale/01-packing-tasks.html index 48fd23a..eedc091 100644 --- a/other-module/canteen-device/ratio-scale/01-packing-tasks.html +++ b/other-module/canteen-device/ratio-scale/01-packing-tasks.html @@ -270,7 +270,7 @@ '⏰ 期望到货:' + order.expectedArrival + '' + '' + (orderAllDone ? '已完成' : '待配比') + '' + (orderAllDone - ? '' + ? '' : ''); taskCard.appendChild(header);