修改bug,优化页面UI

This commit is contained in:
fks-xuxinyue
2024-08-13 13:22:13 +08:00
parent ca7b5bbede
commit ed8d86ab8b
11 changed files with 2829 additions and 127 deletions

View File

@@ -78,7 +78,7 @@
}
});
} else if (key === '5') {
tabId.value = 4;
tabId.value = 5;
energyType.value = 'CARBON_EMISSIONS'
nextTick(() => {
if (carbonEmissionsRef.value) {
@@ -87,7 +87,7 @@
}
});
} else if (key === '6') {
tabId.value = 5;
tabId.value = 4;
energyType.value = 'HEAT_SUPPLY'
nextTick(() => {
if (provideHotRef.value) {