소스 검색

部分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
       })
     },