From c1ed165b45480c98556e1dd063a57eb62d596acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Thu, 22 Aug 2024 17:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index.vue | 50 +++++++++++-------- 1 file changed, 30 insertions(+), 20 deletions(-) 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 {