1
lzhe
2024-06-17 f04f34fe6ce5bd9cd1cd1a682ad66133fa702531
1
已修改2个文件
11 ■■■■■ 文件已修改
src/views/mdc/realtime-status/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/station-live.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/realtime-status/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: Sneed
 * @LastEditTime: 2024-04-09 22:12:14
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-06-17 13:46:52
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/realtime-status/index.vue
 实时看板
-->
@@ -280,7 +280,6 @@
                                    })
                                })
                            }
                        })
                        this.total = res.data.total;
                        //发送websocket
@@ -332,10 +331,12 @@
                                                item1.code = v.msg;
                                                item1.color = "#370C0D";
                                            }else {
                                                if(eventData.data[item1.key]) {
                                                item1.code = eventData.data[item1.key].v;
                                                item1.color = "#75C0C0";
                                            }
                                        }
                                        }
                                    })
                                }
                            });
src/views/mdc/station-live.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-06-05 11:37:17
 * @LastEditTime: 2024-06-17 13:47:17
 * @FilePath: /smart-web/src/views/master/person/main/index.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -681,10 +681,12 @@
                                        item.codeName = v.msg;
                                        item.color = "#370C0D";
                                    }else {
                                        if(eventData.data[item.name]) {
                                        item.codeName = eventData.data[item.name].v;
                                        item.color = "#75C0C0";
                                    }
                                }
                                }
                            });
                            that.dmpList = res.data;
                        };