Browse Source

部分UI修复

洪海涛 4 years ago
parent
commit
ef014e2987

+ 1 - 0
src/views/dataBigManage/components/throughputModule/index.vue

@@ -198,6 +198,7 @@ export default {
       min-width: 100px;
     }
     .count {
+      cursor: pointer;
       font-weight: 600;
     }
   }

+ 2 - 0
src/views/dataBigManage/index.vue

@@ -249,6 +249,7 @@ export default {
         }
         this.qualityLoading = false
       }).catch((error) => {
+        console.log(error)
         this.qualityLoading = false
       })
     },
@@ -287,6 +288,7 @@ export default {
         }
         this.throughputLoading = false
       }).catch((error) => {
+        console.log(error)
         this.throughputLoading = false
       })
     },