Browse Source

海域使用

zpf 10 months ago
parent
commit
bcdf932ec1
2 changed files with 9 additions and 3 deletions
  1. 0 1
      src/views/cockpit/common/DiscountedAColumnar.vue
  2. 9 2
      src/views/cockpit/tdsy.vue

+ 0 - 1
src/views/cockpit/common/DiscountedAColumnar.vue

@@ -94,7 +94,6 @@ export default {
                     trigger: "axis",
                     textStyle: { fontSize: '100%' },
                     formatter: params => {
-                        console.log('params: ', params);
                         let rander = params.map(item =>
                             `
                         

+ 9 - 2
src/views/cockpit/tdsy.vue

@@ -105,9 +105,10 @@
             <div class="icon">
               <div class="icon_zxkg"></div>
             </div>
-            <div class="text_hy">
+            <div class="text_hy cursor" @click="draw_vector_hysyq">
               <p class="p_hy">完成出让项目</p>
               <span class="span_hy">{{ wcccxm }}</span>个
+              <i style="pointer-events:all" :class="{ 'el-icon-view': true }"></i>
             </div>
           </div>
         </div>
@@ -678,7 +679,6 @@ export default {
           trigger: "axis",
           textStyle: { fontSize: '100%' },
           formatter: params => {
-            console.log('params: ', params);
             let rander = params.map(item =>
               `
                         
@@ -1182,6 +1182,9 @@ export default {
       });
       this.vector_data = data.data;
     },
+    draw_vector_hysyq(){
+
+    }
   },
   mounted() {
     const that = this;
@@ -1606,4 +1609,8 @@ export default {
     color: #68f4fb;
   }
 }
+
+.cursor {
+      cursor: pointer;
+  }
 </style>