yyb
昨天 4dbf9836e8338765af978d09b18d3c59de9015a3
1
2
3
4
5
6
7
8
9
10
11
12
<!--
  模块中文名:费用报销
  目录标识:ReimburseManage/cost-reimburse(cost-reimburse → 中文:费用报销)
  复用页面:@/views/procurementManagement/procurementLedger/index.vue(采购台账;文件名 index.vue → 入口页)
-->
<template>
  <ProcurementLedger />
</template>
 
<script setup>
import ProcurementLedger from '@/views/procurementManagement/procurementLedger/index.vue'
</script>