From a005e2e61fe87c43436febfd6103bba21b232a7e Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 26 四月 2024 14:20:01 +0800
Subject: [PATCH] 计划平台优化

---
 WebTM/views/质量管理/质量报表/QC_FirstPassRateWeekReport.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_FirstPassRateWeekReport.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_FirstPassRateWeekReport.html"
index 467aa39..253eff2 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_FirstPassRateWeekReport.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_FirstPassRateWeekReport.html"
@@ -144,7 +144,7 @@
 
                 switch ($("#HDeptName").val()) {
                     case '绾垮寘杞﹂棿':
-                        HTitle = '姝ヨ繘鐢垫満鐩撮�氱巼瓒嬪娍鍥�';
+                        HTitle = '绾垮寘缁曠嚎鐩撮�氱巼瓒嬪娍鍥�';
                         break;
                     case '鍚屾杞﹂棿':
                         HTitle = '鍚屾鐢垫満鐩撮�氱巼瓒嬪娍鍥�';
@@ -364,6 +364,7 @@
                     , toolbar: '#toolbarDemo'
                     , height: 'full-490'
                     , page: true
+                    , totalRow: true
                     , cellMinWidth: 90
                     , limit: 50
                     , limits: [50, 500, 5000, 20000]

--
Gitblit v1.9.1