Browse Source

修改了了燃动分析报表展示问题

duanxiaoduan 1 năm trước cách đây
mục cha
commit
f0e1c8f03f
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 0 0
      dist/index.html
  2. 3 2
      src/views/report/queryCombustion/index.vue

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.html


+ 3 - 2
src/views/report/queryCombustion/index.vue

@@ -616,8 +616,8 @@ export default {
         console.log('XX部门用油量==>图10', response)
         if(response.data.chart_data){
           this.chart_data9 = {
-            data1:response.data.eqCost,
-            xdata:response.data.typeName
+            data1:response.data.chart_data.eqCost,
+            xdata:response.data.chart_data.typeName
           }
         }else{
           this.chart_data9 = {
@@ -1024,6 +1024,7 @@ export default {
     },
     // XX部门用X量
     roadChart9(chart_data) {
+      console.log(chart_data,'=====')
       if (this.chart9 != null) {
         this.chart9.dispose()
       }

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác