Commit 28efb0de authored by 姬鋆屾's avatar 姬鋆屾

推修改考勤汇总

parent f3ce2350
......@@ -200,7 +200,12 @@ export default {
"正常"
);
} else {
if (currentTime <= timestampToTime(new Date(), 3)) {
return "正常";
} else {
return "--";
}
// return "正常";
}
},
restTable() {
......@@ -226,7 +231,11 @@ export default {
) {
return this.handleArr(row.attendanceStaffStatEntities, item);
} else {
if (item <= timestampToTime(new Date(), 3)) {
return "正常";
} else {
return "--";
}
}
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment