| | |
| | | <!-- |
| | | * @Date: 2024-04-09 22:11:21 |
| | | * @LastEditors: gaosp |
| | | * @LastEditTime: 2024-09-07 14:16:10 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-09-09 11:23:54 |
| | | * @FilePath: /mdc/Users/mache/Documents/demo/cps-web/src/views/mdc/realtime-status/index.vue |
| | | 实时看板 |
| | | --> |
| | |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.deviceStatus = [...this.$route.query.currentTag]; |
| | | this.deviceStatus = this.$route.query.currentTag?[...this.$route.query.currentTag]:[]; |
| | | this.getstationlabelList(); //获取标签视图下的list |
| | | this.setIntervalTime(); //十秒增加时间 |
| | | this.getprocess(); //获取颜色==》获取顶部title==》设置几行几列==》ws |