Commit 5b09ad4b authored by 姬鋆屾's avatar 姬鋆屾

修改考勤汇总非缺卡等颜色显示异常的问题

parent 796dbb23
...@@ -320,7 +320,7 @@ export default { ...@@ -320,7 +320,7 @@ export default {
let index = arr.findIndex((item) => item.createTime == currentTime); let index = arr.findIndex((item) => item.createTime == currentTime);
if (index > -1) { if (index > -1) {
return arr[index].attendanceSummary ? ( return arr[index].attendanceSummary ? (
arr[index].remark ? ( arr[index].remark && arr[index].remark != "" ? (
<el-tooltip <el-tooltip
class="item" class="item"
effect="light" effect="light"
......
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