请假类型:
{{ detail.leaveType || '无' }}
请假时间:
{{ formatTime(detail.startTime) }} - {{ formatTime(detail.endTime) }}
请假时长:
{{ detail.hours || '0' }} 小时
请假原因:
{{ detail.reason || '无' }}
申请人:
{{ detail.createBy || '无' }}
申请时间:
{{ formatTime(detail.createTime) || '无' }}