出差类型
{{ detail.travelType || '无' }}
出差时间
{{ formatTime(detail.startTime) || '无' }} - {{ formatTime(detail.endTime) || '无' }}
出差目的地
{{ detail.destination || '无' }}
出差原因
{{ detail.reason || '无' }}
收款人姓名
{{ detail.payeeName || '无' }}
预估费用
{{ detail.estimatedCost || 0 }} 元
开户银行
{{ detail.bankName || '无' }}
银行账号
{{ detail.bankAccount || '无' }}
备注
{{ detail.remark || '无' }}
申请人
{{ detail.createBy || '无' }}
申请时间
{{ detail.createTime || '无' }}