From 2f78c4aa959b742de3d5883c1dfe8a02a0c874b4 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 02 四月 2026 15:42:55 +0800
Subject: [PATCH] fix: 首页趋势换成周、月、年

---
 src/views/qualityManagement/processInspection/components/detailDialog.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/qualityManagement/processInspection/components/detailDialog.vue b/src/views/qualityManagement/processInspection/components/detailDialog.vue
index b987127..8f4f159 100644
--- a/src/views/qualityManagement/processInspection/components/detailDialog.vue
+++ b/src/views/qualityManagement/processInspection/components/detailDialog.vue
@@ -73,6 +73,12 @@
               <span class="info-value"><span style="font-weight: bold;color: #b43434;">{{ detailData.unqualifiedQuantity }}</span> 鏂�</span>
             </div>
           </div>
+          <div class="info-row">
+            <div class="info-item">
+              <span class="info-label">鎶ュ伐鍗曞彿锛�</span>
+              <span class="info-value">{{ detailData.productNo }}</span>
+            </div>
+          </div>
         </div>
       </el-card>
       <el-card v-for="group in groupedInspectionData"
@@ -81,7 +87,7 @@
                style="margin-top: 20px;">
         <template #header>
           <div class="card-header">
-            <span v-if="groupedInspectionData.length > 1">妫�楠屾寚鏍囩粍 - {{ group.sourceSort }}</span>
+            <span v-if="groupedInspectionData.length > 1">妫�楠寊hi缁� - {{ group.sourceSort }}</span>
             <span v-else>妫�楠屾寚鏍�</span>
           </div>
         </template>

--
Gitblit v1.9.3