| | |
| | | </template> |
| | | </el-dropdown> |
| | | |
| | | <img v-else src="@/assets/img/btn_back@2x.png" style="width: 108px;height: 34px; margin-top: 14px;" @click="router.replace('/')"> |
| | | <img v-else src="@/assets/img/btn_back@2x.png" style="width: 108px;height: 34px; margin-top: 14px;" @click="router.go(-1)"> |
| | | </div> |
| | | |
| | | <div class="title">DM云工厂车间大屏</div> |
| | |
| | | </div> |
| | | </div> |
| | | <KeepAlive> |
| | | <RouterView /> |
| | | <router-view></router-view> |
| | | </KeepAlive> |
| | | </div> |
| | | </template> |
| | |
| | | import { getDepartmentList } from '@/utils/api.js' |
| | | import { reactive, toRefs, onMounted, computed } from 'vue'; |
| | | import { useCounterStore } from '@/stores/counter.js' |
| | | import { RouterView, useRoute, useRouter } from 'vue-router' |
| | | import { useRoute, useRouter } from 'vue-router' |
| | | const enterprise = useCounterStore() |
| | | const route = useRoute() |
| | | const router = useRouter() |