| | |
| | | enrichReimbursementListRowsWithApprovalFlow, |
| | | filterRowsByReimbursementType, |
| | | FIN_REIMBURSEMENT_TYPE, |
| | | formatReimbursementDate, |
| | | mapCostReimbursementRow, |
| | | mapFinReimbursementDetailRow, |
| | | resolveReimbursementDeleteId, |
| | |
| | | { label: "申请人", prop: "applicantName", minWidth: 90 }, |
| | | { label: "报销金额(元)", prop: "applyAmount", width: 110 }, |
| | | { label: "报销原因", prop: "reimburseReason", minWidth: 160, showOverflowTooltip: true }, |
| | | { label: "申请时间", prop: "applyTime", width: 165 }, |
| | | { label: "创建时间", prop: "createTime", width: 165 }, |
| | | { label: "申请时间", prop: "applyTime", width: 120, formatData: (v) => formatReimbursementDate(v) }, |
| | | { label: "创建时间", prop: "createTime", width: 120, formatData: (v) => formatReimbursementDate(v) }, |
| | | { |
| | | label: "报销状态", |
| | | prop: "approvalResult", |