Browse Source

修改描述

callm 1 year ago
parent
commit
ee165037fd
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/qualityechart/bottom3Chart/chart.vue

+ 4 - 4
src/components/qualityechart/bottom3Chart/chart.vue

@@ -165,19 +165,19 @@ export default {
             indicator: [
               {
                 name: '物料问题',
-                max: 85,
+                max: 200,
               },
               {
                 name: '制程问题',
-                max: 85,
+                max: 200,
               },
               {
                 name: '软件问题',
-                max: 85,
+                max: 200,
               },
               {
                 name: '结构问题',
-                max: 85,
+                max: 200,
               }
             ],
             axisName: {