diff --git a/src/App.vue b/src/App.vue
index 5513637..6b7b710 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -31,7 +31,7 @@ export default {
border-color: #2671E2 !important;
}
.el-scrollbar__wrap{
- height: 100vh !important;
+ height: 100vh ;
}
.el-table__row{
font-size: 14px!important;
diff --git a/src/page/wel.vue b/src/page/wel.vue
index 75b3205..53af99c 100644
--- a/src/page/wel.vue
+++ b/src/page/wel.vue
@@ -262,7 +262,7 @@
-
{{ cardlist.datalist.prohibitedZb || 0 }}
+ {{ cardlist.datalist.prohibitedZb || 0 }}%
@@ -1277,7 +1277,7 @@
- {{ sysSec.activeEquipmentQuantityZB || 0 }}
+ {{ sysSec.activeEquipmentQuantityZB || 0 }}%
diff --git a/src/views/Equipment/equipmentDetailList.vue b/src/views/Equipment/equipmentDetailList.vue
index 53c62d0..348379b 100644
--- a/src/views/Equipment/equipmentDetailList.vue
+++ b/src/views/Equipment/equipmentDetailList.vue
@@ -178,7 +178,7 @@
在线设备占比
- {{ details.onlineRate || 0 }}
+ {{ details.onlineRate || 0 }}%
环比 {{ details1.onlineRate || 0 }}
@@ -223,7 +223,7 @@
活跃设备占比
- {{ details.activeRate || 0 }}
+ {{ details.activeRate || 0 }}%
环比 {{ details1.activeRate || 0 }}
@@ -295,7 +295,7 @@
- {{ details.fullRecordRate || 0 }}
+ {{ details.fullRecordRate || 0 }}%
环比 {{ details1.fullRecordRate || 0 }}
diff --git a/src/views/Statistics/ReceptionOverview.vue b/src/views/Statistics/ReceptionOverview.vue
index 1143826..2d24349 100644
--- a/src/views/Statistics/ReceptionOverview.vue
+++ b/src/views/Statistics/ReceptionOverview.vue
@@ -477,8 +477,7 @@