Commit 405f24dc authored by 姬鋆屾's avatar 姬鋆屾

parent 305045dc
...@@ -180,7 +180,7 @@ export default { ...@@ -180,7 +180,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