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);