| | |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import DespatchOut from './components/DespatchOut.vue'//出库管理 |
| | | import CarManage from './components/CarManage.vue'//车辆管理 |
| | | import GpsManage from './components/GpsManage.vue'//车辆管理 |
| | | // import DespatchOut from './components/DespatchOut.vue'//出库管理 |
| | | // import CarManage from './components/CarManage.vue'//车辆管理 |
| | | // import GpsManage from './components/GpsManage.vue'//车辆管理 |
| | | export default { |
| | | components:{ |
| | | DespatchOut, |
| | | CarManage, |
| | | GpsManage |
| | | }, |
| | | // components:{ |
| | | // DespatchOut, |
| | | // CarManage, |
| | | // GpsManage |
| | | // }, |
| | | data(){ |
| | | return{ |
| | | activeName:'first' |