src/views/officeProcessAutomation/ContractManage/purchase-contract/index.vue
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,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>