<template> <index dept /> </template> <script> import Index from './index' export default { name: 'EcwOrderDept', components: {Index} } </script>