| File was renamed from src/views/SignMachineNest/components/MachineLeft/MachineLeft.vue |
| | |
| | | <!-- 机巢数据 --> |
| | | <MachineData></MachineData> |
| | | <div class="do-return" @click="goBack"> |
| | | <img src="@/assets/images/signMachineNest/return.png" alt="" /> |
| | | <img src="../../../assets/images/signMachineNest/return.png" alt="" /> |
| | | </div> |
| | | <!--巡检任务详情--> |
| | | <InspectionRaskDetails></InspectionRaskDetails> |
| | |
| | | import MachineData from './MachineData.vue'; |
| | | import InspectionRaskDetails from './InspectionRaskDetails.vue'; |
| | | import { useRouter } from 'vue-router'; |
| | | import { useStore } from 'vuex'; |
| | | |
| | | const router = useRouter(); |
| | | const store = useStore() |
| | | |
| | | const goBack = () => { |
| | | router.push('/index'); |
| | | store.commit('setSingleUavHome', {}); |
| | | }; |
| | | </script> |
| | | |
| | |
| | | color: #e7f5ff; |
| | | .do-return { |
| | | position: absolute; |
| | | top: 56px; |
| | | top: 50px; |
| | | right: -50px; |
| | | cursor: pointer; |
| | | img { |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |