生产管理系统 - 员工管理提交

This commit is contained in:
2025-11-12 10:45:56 +08:00
parent 80171778b5
commit 8fefadaf55
25 changed files with 1187 additions and 708 deletions

View File

@@ -148,7 +148,7 @@ export default function WeightConfiguration({ state, dispatch, isDialog = false
</div>
<Progress value={getTotalWeight() * 100} className="h-2 mt-1" />
<p className="text-xs text-red-600 mt-1">
100%"自动平衡"
100%&ldquo;&rdquo;
</p>
</div>
)}