Commit b684a4a3 authored by 姬鋆屾's avatar 姬鋆屾

推考勤汇总对接接口非节假日为接口返回是否正常

parent 67dd4a15
......@@ -197,15 +197,15 @@ export default {
</el-tag>
)
) : (
"正常"
"--"
);
} else {
if (currentTime < timestampToTime(new Date(), 3)) {
return "正常";
} else {
return "--";
}
// return "正常";
// if (currentTime < timestampToTime(new Date(), 3)) {
// return "正常";
// } else {
// return "--";
// }
return "--";
}
},
restTable() {
......@@ -231,6 +231,7 @@ export default {
) {
return this.handleArr(row.attendanceStaffStatEntities, item);
} else {
return "--";
if (item < timestampToTime(new Date(), 3)) {
return "正常";
} else {
......
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