| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-04-16 15:22:46 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-09-06 14:12:45 |
| | | * @LastEditTime: 2024-11-01 14:54:21 |
| | | * @FilePath: /CPSnew/smart-web/src/views/home/widgets/components/mdcDeviceStatus.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | this.$router.push({path: '/mdc/realtime-status/index',query:{currentTag: item.status}}); |
| | | }, |
| | | getdevicestatus() { |
| | | this.$HTTP.get(`/api/blade-mdc/work-station-analysis/device-status-statistics`).then(res=> { |
| | | this.$HTTP.get(`/api/mdc/work-station-analysis/device-status-statistics`).then(res=> { |
| | | if(res.code == 200) { |
| | | res.data[0].icon = "Position"; |
| | | res.data[1].icon = "Loading"; |