瀏覽代碼

部分UI修复

洪海涛 4 年之前
父節點
當前提交
ef014e2987
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      src/views/dataBigManage/components/throughputModule/index.vue
  2. 2 0
      src/views/dataBigManage/index.vue

+ 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
       })
     },