| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="container"> |
| | | <!-- 引入index.vue组件并传递参数 --> |
| | | <ApprovalProcessIndex :approveType="1" /> |
| | | </div> |
| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | .app-container { |
| | | .container { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="container"> |
| | | <!-- 引入index.vue组件并传递参数 --> |
| | | <ApprovalProcessIndex :approveType="2" /> |
| | | </div> |
| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | .app-container { |
| | | .container { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="container"> |
| | | <!-- 引入index.vue组件并传递参数 --> |
| | | <ApprovalProcessIndex :approveType="3" /> |
| | | </div> |
| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | .app-container { |
| | | .container { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="container"> |
| | | <!-- 引入index.vue组件并传递参数 --> |
| | | <ApprovalProcessIndex :approveType="4" /> |
| | | </div> |
| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | .app-container { |
| | | .container { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |