| | |
| | | <div class="card_content"> |
| | | <div class="card_contentLeft color_blue font_dian"> |
| | | <!-- {{ list.deviceName }} --> |
| | | <el-tooltip |
| | | effect="dark" |
| | | popper-class="tooltip-width-200" |
| | | <el-popover |
| | | width="200" |
| | | :content="list.deviceName" |
| | | placement="top-start" |
| | | trigger="click" |
| | | > |
| | | <span>{{ list.deviceName }}</span> |
| | | </el-tooltip> |
| | | <span slot="reference">{{ list.deviceName }}</span> |
| | | </el-popover> |
| | | <!-- <span style="float: right">6m/s</span> --> |
| | | </div> |
| | | </div> |
| | |
| | | methods: { |
| | | taskClick(){ |
| | | if(this.TaskCount>0){ |
| | | for(let i in this.Tasks){ |
| | | if(this.Tasks[i].Procedure.Status==1){ |
| | | this.isTipShow=false |
| | | break; |
| | | } |
| | | } |
| | | if(!this.isTipShow){ |
| | | this.$refs.control.islook=true |
| | | } |
| | | this.$refs.control.islook=true |
| | | }else{ |
| | | this.$message.error('目前没有任务!') |
| | | } |