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

修改考勤汇总正常考勤的标签显示颜色

parent b684a4a3
......@@ -191,6 +191,10 @@ export default {
{arr[index].attendanceSummary}
</el-tag>
</el-tooltip>
) : arr[index].attendanceSummary == "正常" ? (
<el-tag type={"success"} size="mini">
{arr[index].attendanceSummary}
</el-tag>
) : (
<el-tag type={"danger"} size="mini">
{arr[index].attendanceSummary}
......
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