From eb322fd6b88273f1dada1f850f4473d5f054dd66 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 21 五月 2026 17:48:19 +0800
Subject: [PATCH] 差旅报销费用报销

---
 src/pages/oa/ReimburseManage/cost-reimburse/index.vue |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/src/pages/oa/ReimburseManage/cost-reimburse/index.vue b/src/pages/oa/ReimburseManage/cost-reimburse/index.vue
index 5343c75..dfa4365 100644
--- a/src/pages/oa/ReimburseManage/cost-reimburse/index.vue
+++ b/src/pages/oa/ReimburseManage/cost-reimburse/index.vue
@@ -1,18 +1,11 @@
 <!--
-  OA / 鎶ラ攢绠$悊 / 璐圭敤鎶ラ攢
-  璺敱锛�/pages/oa/ReimburseManage/cost-reimburse/index
+  OA / 鎶ラ攢绠$悊 / 璐圭敤鎶ラ攢锛�/finReimbursement/listPage锛宺eimbursementType=2锛�
 -->
 <template>
-  <OaListPage v-if="config"
-              :page-key="pageKey"
-              :page-config="config" />
+  <FinReimbursementListPage :module-key="APPROVAL_MODULE_KEYS.COST_REIMBURSE" />
 </template>
 
 <script setup>
-  /** OA - 鎶ラ攢绠$悊 - 璐圭敤鎶ラ攢 */
-  import OaListPage from "../../_components/OaListPage.vue";
-  import { useOaPage } from "../../_utils/useOaPage.js";
-
-  const pageKey = "ReimburseManage/cost-reimburse";
-  const { config } = useOaPage(pageKey);
+  import FinReimbursementListPage from "../../_components/FinReimbursementListPage.vue";
+  import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js";
 </script>

--
Gitblit v1.9.3