src/components/bar2.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/powerCabinetControl/components/card2.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/switchControl/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/bar2.vue
@@ -306,7 +306,7 @@ mounted() { this.setData({ xLabel: ["A相", "B相", "C相"], sData: [30, 50, 120], sData: [0, 0, 0], }); }, }; src/views/powerCabinetControl/components/card2.vue
@@ -100,8 +100,8 @@ let _key0 = datas[prop_key0]; let _key1 = datas[prop_key1]; return !this.setFlag ? getBit(_key1, index % 25) : getBit(_key0, index % 25); ? getBit(_key0, index % 25) : getBit(_key1, index % 25); } else { return this.setFlag ? datas[key1] : datas[key0]; } src/views/switchControl/index.vue
@@ -449,6 +449,7 @@ changeTab(idx) { this.currIdx = idx; this.sendMessage2(); this.updateChart(); // this.getBreakerInfByAddr(); }, getList(res) {