yyb
11 小时以前 8bba0a2d08c7abc07604a0654661efc884e5d751
1
2
3
4
5
6
7
8
9
10
11
12
<!--
  模块中文名:采购合同
  目录标识:ContractManage/purchase-contract(purchase-contract → 中文:采购合同)
  复用页面:@/views/procurementManagement/procurementLedger/index.vue(采购台账;文件名 index.vue → 入口页)
-->
<template>
  <ProcurementLedger />
</template>
 
<script setup>
import ProcurementLedger from '@/views/procurementManagement/procurementLedger/index.vue'
</script>