yyb
2026-05-22 2a096bd07d13e71d8ebd026aa02bdc1e3dd31180
1
2
3
4
5
6
7
8
9
10
11
<!--
  OA / 报销管理 / 费用报销(/finReimbursement/listPage,reimbursementType=2)
-->
<template>
  <FinReimbursementListPage :module-key="APPROVAL_MODULE_KEYS.COST_REIMBURSE" />
</template>
 
<script setup>
  import FinReimbursementListPage from "../../_components/FinReimbursementListPage.vue";
  import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js";
</script>