From a2c33664f683aee11fdc62391c8d1e21cc74f5b2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 21 五月 2026 17:24:49 +0800
Subject: [PATCH] 天津宝东 1.修改展示字段

---
 src/views/qualityManagement/finalInspection/components/formDia.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/qualityManagement/finalInspection/components/formDia.vue b/src/views/qualityManagement/finalInspection/components/formDia.vue
index 91abf02..5f4c975 100644
--- a/src/views/qualityManagement/finalInspection/components/formDia.vue
+++ b/src/views/qualityManagement/finalInspection/components/formDia.vue
@@ -24,7 +24,7 @@
             </el-form-item>
           </el-col>
           <el-col :span="12">
-            <el-form-item label="灏哄锛�" prop="productModelId">
+            <el-form-item label="瑙勬牸鍨嬪彿锛�" prop="productModelId">
               <el-select v-model="form.productModelId" placeholder="璇烽�夋嫨" clearable :disabled="operationType === 'edit'"
                          filterable readonly @change="handleChangeModel">
                 <el-option v-for="item in modelOptions" :key="item.id" :label="item.model" :value="item.id" />
@@ -235,12 +235,12 @@
       proxy.$refs.formRef?.clearValidate();
     });
     
-    // 缂栬緫妯″紡涓嬶紝骞惰鍔犺浇灏哄鍜屾寚鏍囬�夐」
+    // 缂栬緫妯″紡涓嬶紝骞惰鍔犺浇瑙勬牸鍨嬪彿鍜屾寚鏍囬�夐」
     if (currentProductId.value) {
       // 璁剧疆浜у搧鍚嶇О
       form.value.productName = findNodeById(productOptions.value, currentProductId.value);
       
-      // 骞惰鍔犺浇灏哄鍜屾寚鏍囬�夐」
+      // 骞惰鍔犺浇瑙勬牸鍨嬪彿鍜屾寚鏍囬�夐」
       const params = {
         productId: currentProductId.value,
         inspectType: 2
@@ -250,7 +250,7 @@
         modelList({ id: currentProductId.value }),
         qualityInspectDetailByProductId(params)
       ]).then(([modelRes, testStandardRes]) => {
-        // 璁剧疆灏哄閫夐」
+        // 璁剧疆瑙勬牸鍨嬪彿閫夐」
         modelOptions.value = modelRes || [];
         // 濡傛灉琛ㄥ崟涓凡鏈� productModelId锛岃缃搴旂殑 model 鍜� unit
         if (form.value.productModelId && modelOptions.value.length > 0) {

--
Gitblit v1.9.3