From a215eaca1204c888427228e2465806371a5eb2d0 Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Thu, 15 Aug 2024 10:46:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/homePage/components/tableMain.vue | 75 ++++++++++++++++++---
src/views/homePage/index.vue | 53 +++++++++++++++
2 files changed, 120 insertions(+), 8 deletions(-)
diff --git a/src/views/homePage/components/tableMain.vue b/src/views/homePage/components/tableMain.vue
index b7412ff..88e26e1 100644
--- a/src/views/homePage/components/tableMain.vue
+++ b/src/views/homePage/components/tableMain.vue
@@ -22,7 +22,7 @@
-
+
已选中:{{
multipleSelection.length
@@ -41,17 +41,60 @@
>离线:{{ offlineNum }}
未上传图片:{{ noPicNum }}未传图:{{ noPicNum }}
磁盘异常数量:{{ freeNum }}磁盘异常:{{ freeNum }}
装置总数:{{ tableData.length }}
-
-
+
+
+ 已选中:{{
+ multipleSelection.length
+ }}
+ 运维:{{ ywNumber }}
+ 快心跳:{{ kxtNumber }}
+ 在线:{{ onlineNum }}
+ 离线:{{ offlineNum }}
+ 未传图:{{ noPicNum }}
+ 磁盘异常:{{ freeNum }}
+ 装置总数:{{
+ tableData.length
+ }}
+ 数据统计
+
+
+
+
+
+ 导出
+ 扩展列
+
+
+
diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index f085c54..4de7b10 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -220,6 +220,36 @@
>
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
@@ -785,6 +816,28 @@ export default {
}
}
}
+ .searchSimple {
+ position: absolute;
+ top: 12px;
+ left: 435px;
+ z-index: 2;
+ .el-form-item {
+ margin-bottom: 0px;
+ }
+ .el-select {
+ width: 160px;
+ .el-input {
+ width: 160px;
+ }
+ }
+ .el-input {
+ width: 180px;
+ .el-input__inner {
+ padding-left: 8px;
+ padding-right: 15px;
+ }
+ }
+ }
.tableBox {
//height: calc(100% - 102px);
}