gaoluyang
10 天以前 d50f2acc73dc53a334c5feeb25a7e60e3df91f81
src/views/collaborativeApproval/approvalProcess/index2.vue
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,22 @@
<template>
  <div class="container">
    <!-- å¼•å…¥index.vue组件并传递参数 -->
    <ApprovalProcessIndex :approveType="2" />
  </div>
</template>
<script setup>
import ApprovalProcessIndex from './index.vue'
// å®šä¹‰ç»„件名称
defineOptions({
  name: 'ApprovalProcessIndex1'
})
</script>
<style scoped>
.container {
  width: 100%;
  height: 100%;
}
</style>