mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 11:19:24 +08:00
各模块样式等布局优化,运行分析接口联调
This commit is contained in:
@@ -173,6 +173,7 @@ export default {
|
||||
},
|
||||
// 初始化柱状图
|
||||
initBarCharts() {
|
||||
|
||||
this.chartOptions.forEach((option, index) => {
|
||||
if (option.type === 'bar') {
|
||||
const dom = this.$refs[`chartContainer${index}`]?.[0];
|
||||
|
||||
Reference in New Issue
Block a user