qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
f73cee2736

+ 2 - 2
src/views/monthlyReport/childrenPage/editReport/components/SubTitle.vue

@@ -29,7 +29,7 @@ export default {
       openDrawer: false,
       requireList: {},
       bugPriority: ['全部', 'P0&P1', 'P1以上'],
-      bugHour: ['24小时内修复', '全部修复', '24小时未修复']
+      bugHour: ['全部修复', '24小时内修复', '24小时未修复']
     }
   },
   watch: {
@@ -92,7 +92,7 @@ export default {
           index === 4 ? index = 0 : ''
           index === 5 ? index = 1 : ''
         }
-        const yaxis = [one, tow, three]
+        const yaxis = [tow, one, three]
         this.requireList = { toType: '缺陷', xaxis: this.bugHour, towTimeLine: this.bugPriority, title: '缺陷24小时修复', yaxis: yaxis, dataIndex: index }
       }
       this.openDrawer = true