| src/pages/oa/ReimburseManage/cost-reimburse/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/pages/oa/ReimburseManage/travel-reimburse/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/oa/ReimburseManage/cost-reimburse/index.vue
@@ -1,11 +1,18 @@ <!-- OA / 报销管理 / 费用报销(审批实例列表) OA / 报销管理 / 费用报销 路由:/pages/oa/ReimburseManage/cost-reimburse/index --> <template> <ApprovalInstanceListPage :module-key="APPROVAL_MODULE_KEYS.COST_REIMBURSE" /> <OaListPage v-if="config" :page-key="pageKey" :page-config="config" /> </template> <script setup> import ApprovalInstanceListPage from "../../_components/ApprovalInstanceListPage.vue"; import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js"; /** OA - 报销管理 - 费用报销 */ import OaListPage from "../../_components/OaListPage.vue"; import { useOaPage } from "../../_utils/useOaPage.js"; const pageKey = "ReimburseManage/cost-reimburse"; const { config } = useOaPage(pageKey); </script> src/pages/oa/ReimburseManage/travel-reimburse/index.vue
@@ -1,11 +1,18 @@ <!-- OA / 报销管理 / 差旅报销(审批实例列表) OA / 报销管理 / 差旅报销 路由:/pages/oa/ReimburseManage/travel-reimburse/index --> <template> <ApprovalInstanceListPage :module-key="APPROVAL_MODULE_KEYS.TRAVEL_REIMBURSE" /> <OaListPage v-if="config" :page-key="pageKey" :page-config="config" /> </template> <script setup> import ApprovalInstanceListPage from "../../_components/ApprovalInstanceListPage.vue"; import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js"; /** OA - 报销管理 - 差旅报销 */ import OaListPage from "../../_components/OaListPage.vue"; import { useOaPage } from "../../_utils/useOaPage.js"; const pageKey = "ReimburseManage/travel-reimburse"; const { config } = useOaPage(pageKey); </script>