| | |
| | | <!-- |
| | | * @Date: 2024-04-09 22:11:21 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-10-08 17:50:00 |
| | | * @LastEditTime: 2024-10-09 11:40:18 |
| | | * @FilePath: /mdc/Users/mache/Documents/demo/cps-web/src/views/mdc/realtime-status/index.vue |
| | | 实时看板 |
| | | --> |
| | |
| | | <el-icon class="setIcon"> |
| | | <Setting /> |
| | | </el-icon> |
| | | <span class="setBtn" @click="goSet">设置</span> |
| | | <span class="setBtn" @click="goSet">分析设置</span> |
| | | </span> |
| | | </div> |
| | | <ul class="status-view-box" v-if="station == '状态视图'"> |
| | |
| | | changestatus(name) { |
| | | if(this.stationlabelList.length == 0) { |
| | | this.station = "状态视图"; |
| | | //this.$message.error("不能点击"); |
| | | this.$message.error('未选定实时看板查询组,请到"分析设置 -> 实时看板查询组设置"中选择工位组'); |
| | | return; |
| | | } |
| | | this.station = name; |