From 68780964d604629b1d1f47ebc656490f6ad11468 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 May 2025 17:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/system_status.html | 42 +++++++++++++++----- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/admin/dashboard/templates/system_status.html b/admin/dashboard/templates/system_status.html index ea7ca54..da5f1f6 100644 --- a/admin/dashboard/templates/system_status.html +++ b/admin/dashboard/templates/system_status.html @@ -3,16 +3,15 @@ {% block title %}服务器监控 - 机器人管理后台{% endblock %} {% block content %} - -
+
- +
服务器监控
- +
@@ -27,27 +26,48 @@ mixins: [baseApp], data() { return { - // 设置当前菜单项 - currentView: '14' // 使用一个新的索引,确保在菜单中能正确高亮 + currentView: '14', + showTimeRangeSelector: false // 禁用时间范围选择器 } }, mounted() { - // 页面加载时设置当前视图 this.currentView = '14'; } }); {% endblock %} \ No newline at end of file