From c1077a5ff53bc83bbf487c30bc93061c8cd93ca8 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 26 三月 2026 12:18:04 +0800
Subject: [PATCH] 首巡末 判断不合格问题修复 模具 设备 图表图例修改

---
 pages/ZLGL/QualityReport/Sc_MouldRepairWorkBillReport.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pages/ZLGL/QualityReport/Sc_MouldRepairWorkBillReport.vue b/pages/ZLGL/QualityReport/Sc_MouldRepairWorkBillReport.vue
index 0fac30d..fe01b73 100644
--- a/pages/ZLGL/QualityReport/Sc_MouldRepairWorkBillReport.vue
+++ b/pages/ZLGL/QualityReport/Sc_MouldRepairWorkBillReport.vue
@@ -108,7 +108,7 @@
                 condition: {
                     year: dayjs(new Date()).format("YYYY"),
                     month: dayjs(new Date()).format("M"),
-                    dimension: '鍣ㄥ叿'
+                    dimension: '璐d换浜�'
                 }
             };
         },
@@ -448,7 +448,12 @@
                         trigger: 'item'
                     },
                     legend: {
-                        top: 'bottom'
+                        top: 'bottom',
+                        itemWidth: 12, // 鍥句緥鍥炬爣瀹藉害锛堝彲閫夛紝璁╁竷灞�鏇寸揣鍑戯級
+                        itemHeight: 12, // 鍥句緥鍥炬爣楂樺害锛堝彲閫夛級
+                        textStyle: {
+                            fontSize: 11 // 瀛椾綋澶у皬锛堝彲閫夛紝閬垮厤澶崰绌洪棿锛�
+                        }
                     },
                     series: [{
                         name: '缁翠慨椤圭洰姣斾緥',

--
Gitblit v1.9.1