Added minor changes for BOD-83 scheduling load.
This commit is contained in:
@@ -31,8 +31,9 @@ export function ScheduleCalendarHeaderComponent({
|
||||
const loadData = load[date.toISOString().substr(0, 10)];
|
||||
|
||||
const LoadComponent = loadData ? (
|
||||
<div>
|
||||
<div style={{ display: "flex", flexDirection: "column" }}>
|
||||
<Progress
|
||||
style={{ display: "flex", alignItems: "center" }}
|
||||
percent={((loadData.expectedLoad || 0) / ShopTargetHrs) * 100}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user