单据号:{{ otherInfo.id }}
借阅人:{{ borrowerInfo.borrowerName }}
所属部门:{{ borrowerInfo.department }}
证件类型:{{ borrowerInfo.cardType }}
证件号码:{{ borrowerInfo.idcard }}
电话号码:{{ borrowerInfo.phone }}
借阅目的:{{ otherInfo.purpose }}
借阅日期:{{ lendDatesInfo }}
借阅状态:{{ otherInfo.borrow_type | borrowStatus }}
操作时间:{{ otherInfo.create_time | parseTime }}