| | |
| | | <!-- |
| | | OA / 报销管理 / 费用报销(审批实例列表) |
| | | OA / 报销管理 / 费用报销(/finReimbursement/listPage,reimbursementType=2) |
| | | --> |
| | | <template> |
| | | <ApprovalInstanceListPage :module-key="APPROVAL_MODULE_KEYS.COST_REIMBURSE" /> |
| | | <FinReimbursementListPage :module-key="APPROVAL_MODULE_KEYS.COST_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> |