diff --git a/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue index 72c1fbf..87db2f9 100644 --- a/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue +++ b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue @@ -105,7 +105,7 @@ - + @@ -119,25 +119,31 @@ - - 工位缺陷明细信息 - - - - - - - - - - - - -
- -
+ + + + 工位缺陷明细信息 + + + + + + + + + + + + + + +
+ +
+
+
@@ -165,6 +171,7 @@ export default { }, data() { return { + vw, // 遮罩层 loading: true, // 选中数组 @@ -335,7 +342,7 @@ export default { axisTick: { alignWithLabel: true, }, - axisLabel:{ + axisLabel: { interval: 0 } @@ -419,7 +426,10 @@ export default {