guoyujia 10 months ago
parent
commit
9146050075
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/views/business/processErrorSatistics/index.vue

+ 7 - 1
src/views/business/processErrorSatistics/index.vue

@@ -512,7 +512,13 @@ function updateCompleteChart(yearData, yearLabel, toData) {
       name: '工艺文件制作错误次数',
       name: '工艺文件制作错误次数',
       type: 'line',
       type: 'line',
       data: toData
       data: toData
-    }]
+    },
+    {
+      name: '工艺文件制作错误次数',
+      type: 'bar',
+      data: toData
+    }
+  ]
   });
   });
 //   echartInstance.value.on('click', function (params) {
 //   echartInstance.value.on('click', function (params) {
 //     console.log(params)
 //     console.log(params)