| | |
| | | <div class="left"> |
| | | {{ title }} |
| | | </div> |
| | | <div class="right" v-if="show" @click="attrs.onDetails()">{{ text }} ></div> |
| | | <div class="right" v-if="show && text!=='返回'" @click="attrs.onDetails()">{{ text }} ></div> |
| | | <div v-if="title=='机巢概况' && text=='返回'" class="do-return" @click="attrs.onDetails()"> |
| | | <img src="@/assets/images/return.png" alt="" /> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <script setup> |
| | |
| | | right: 11px; |
| | | cursor: pointer; |
| | | } |
| | | .do-return { |
| | | position: absolute; |
| | | top: 50px; |
| | | right: -50px; |
| | | cursor: pointer; |
| | | img { |
| | | width: 60px; |
| | | height: 33px; |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | |
| | | <!-- 机巢数据 --> |
| | | <MachineData></MachineData> |
| | | <div class="do-return" @click="goBack"> |
| | | <img src="../../../assets/images/signMachineNest/return.png" alt="" /> |
| | | <img src="../../../assets/images/return.png" alt="" /> |
| | | </div> |
| | | <!--巡检任务详情--> |
| | | <InspectionRaskDetails></InspectionRaskDetails> |
| | |
| | | right: -50px; |
| | | cursor: pointer; |
| | | img { |
| | | width: 40px; |
| | | height: 40px; |
| | | width: 60px; |
| | | height: 33px; |
| | | } |
| | | } |
| | | } |