代码提交_3_14_能耗日历

This commit is contained in:
lixiaobang 2024-03-14 15:56:49 +08:00
parent 587c923f08
commit 3a2e9f757b
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ const toggleExhibitionLoad = (event) => {
}; };
const selectSystemTab = (item, index) => { const selectSystemTab = (item, index) => {
systemTabIndex.value = index; systemTabIndex.value = index;
systemTabName.value = item; systemTabName.value = item.name;
systemEnergyInterface()
}; };
// echarts // echarts