From d9969d686d252d6d9e47fb6a333bce03addd557c Mon Sep 17 00:00:00 2001 From: lzp <1747191978@qq.com> Date: Thu, 19 Jun 2025 11:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=9B=91=E6=8E=A7=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=95=B0=E6=8D=AE=E5=BA=93=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/monitor/server/index.vue | 22 ++++++------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/acupuncture-后台/src/views/monitor/server/index.vue b/acupuncture-后台/src/views/monitor/server/index.vue index caab5c91..b99ec341 100644 --- a/acupuncture-后台/src/views/monitor/server/index.vue +++ b/acupuncture-后台/src/views/monitor/server/index.vue @@ -180,24 +180,16 @@
盘符路径 |
- 文件系统 |
- 盘符类型 |
- 总大小 |
- 可用大小 |
- 已用大小 |
- 已用百分比 |
+ 数据库类型 |
+ 版本号 |
+ 状态 |
---|---|---|---|---|---|---|---|---|---|
{{ sysFile.dirName }} |
- {{ sysFile.sysTypeName }} |
- {{ sysFile.typeName }} |
- {{ sysFile.total }} |
- {{ sysFile.free }} |
- {{ sysFile.used }} |
- {{ sysFile.usage }}% |
+ |||
MariaDB |
+ 10.3.23 |
+ 在线 |