| | |
| | | <!-- |
| | | OA / 报销管理 / 差旅报销(审批实例列表) |
| | | OA / 报销管理 / 差旅报销(/finReimbursement/listPage,reimbursementType=1) |
| | | --> |
| | | <template> |
| | | <ApprovalInstanceListPage :module-key="APPROVAL_MODULE_KEYS.TRAVEL_REIMBURSE" /> |
| | | <FinReimbursementListPage :module-key="APPROVAL_MODULE_KEYS.TRAVEL_REIMBURSE" /> |
| | | </template> |
| | | |
| | | <script setup> |
| | | import ApprovalInstanceListPage from "../../_components/ApprovalInstanceListPage.vue"; |
| | | import FinReimbursementListPage from "../../_components/FinReimbursementListPage.vue"; |
| | | import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js"; |
| | | </script> |