优化 监控中心 前台页面

This commit is contained in:
fks-yangshouda
2024-08-22 15:23:02 +08:00
parent 05bb62752b
commit 7b1f25689e
12 changed files with 122 additions and 80 deletions

View File

@@ -171,7 +171,7 @@
// 日期类型
const dateTypeValue = ref();
const frequencyValue = ref();
const frequencyValue = ref(0);
const activeKey = ref('1');
@@ -284,13 +284,13 @@
const getSelectGraph = (key: any) => {
if (key) {
activeKey.value = key;
if (
pageData.graphTableList.length > 0 &&
pageData.graphTableColumns.length > 0 &&
pageData.graphGraphList.length > 0
) {
return;
}
// if (
// pageData.graphTableList.length > 0 &&
// pageData.graphTableColumns.length > 0 &&
// pageData.graphGraphList.length > 0
// ) {
// return;
// }
}
let startTime = '';
@@ -364,9 +364,9 @@
const getSelectAnalyse = (key: any) => {
if (key) {
activeKey.value = key;
if (pageData.analysisGraphList.length > 0 && pageData.analysisTableList.length > 0) {
return;
}
// if (pageData.analysisGraphList.length > 0 && pageData.analysisTableList.length > 0) {
// return;
// }
}
let startTime = '';
let endTime = '';