1.撤回 OEE 计算百分比
@ -598,7 +598,7 @@ const EquipmentRecordOEEMonthTotal = () => {
month.forEach((m: any) => {
res.forEach((item: any) => {
if (item.totalMonth == m) {
oeeData.push(item.oee * 100);
oeeData.push(item.oee);
}
else {
oeeData.push(0);