yyb
2 天以前 0fc574668fcd7d262d14f7a9bb9c76c6f466b9f6
1
2
3
4
5
6
7
8
9
10
11
12
<!--
  模块中文名:审批模板
  目录标识:ApproveManage/approve-template(approve-template → 中文:审批模板)
  复用页面:@/views/procurementManagement/procurementLedger/index.vue(采购台账;文件名 index.vue → 入口页)
-->
<template>
  <ProcurementLedger />
</template>
 
<script setup>
import ProcurementLedger from '@/views/procurementManagement/procurementLedger/index.vue'
</script>