部门 | 人员 | 请假次数 |
---|---|---|
{{row.businessunit == null ? "-" : row.businessunit}} | {{row.owner == null ? "-" : row.owner}} | {{row.absence_count}} |
部门 | 人员 | 请假时间 | 请假天数 |
---|---|---|---|
{{row.BusinessUnitIdName == null ? "-" : row.BusinessUnitIdName}} | {{row.OwnerIdName == null ? "-" : row.OwnerIdName}} | {{row.start_date== null ? "-" : row.start_date|date:"yyyy-MM-dd HH:mm:ss"}} | {{row.total_days== null ? "-" : row.total_days}} |