haoxuan
2023-09-19 86f41d42eebe1a4684b7bf658686ac0804e2e349
工序的名字 样式修改
1个文件已修改
20 ■■■■■ 已修改文件
src/views/visualization.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/visualization.vue
@@ -249,14 +249,14 @@
                      <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>
@@ -711,15 +711,7 @@
  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('目前没有任务!')
      }