1
李喆(开发组)
2025-05-28 de8719ea8fb7d543bbffe666cd0deb18fd1d060e
src/views/mdc/processParam/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: gaoshp
 * @LastEditTime: 2024-11-13 20:20:54
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-12-18 15:20:37
 * @FilePath: /cps-web/src/views/mdc/processParam/index.vue
 实时看板
-->
@@ -165,7 +165,7 @@
                workstationName: ''
            }).then(res => {
                if (res.success) {
                    window.open(res.data.link)
                    this.$TOOL.downFile(res.data.link,res.data.originalName);
                } else {
                    this.$message.error(res.msg)
                }
@@ -325,7 +325,6 @@
                    showPie: false
                })
            }
        },
        setDeviceStatusOptions(data, myname) {
            debugger
@@ -455,10 +454,12 @@
                }
            }).map(v => {
                if (myname === 'DeviceStatus') {
                    return {
                        ...v,
                        itemStyle: {
                            color: this.legend.find(item => item.name === v.name).color
                    if(v.name != 'undefined') {
                        return {
                            ...v,
                            itemStyle: {
                                color: this.legend.find(item => item.name === v.name).color
                            }
                        }
                    }
                }