仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-APP-before
进销存APP-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
会议审批列表查不出,会议申请参会人列表查不出问题修改
zhangwencui
2026-07-01
3a0f25f9d38c08e1b78afedb2f67b7bb73f8c84f
[product-inventory-APP-before.git]
/
src
/
pages
/
oa
/
ReimburseManage
/
cost-reimburse
/
index.vue
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>