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/productionManagement/productionDispatching/components/formDia.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/productionDispatching/components/formDia.vue b/src/views/productionManagement/productionDispatching/components/formDia.vue
index e5e5908..a514d9a 100644
--- a/src/views/productionManagement/productionDispatching/components/formDia.vue
+++ b/src/views/productionManagement/productionDispatching/components/formDia.vue
@@ -21,7 +21,7 @@
         </el-row> -->
         <el-row :gutter="30">
           <el-col :span="12">
-            <el-form-item label="灏哄锛�" prop="specificationModel">
+            <el-form-item label="瑙勬牸鍨嬪彿锛�" prop="specificationModel">
               <el-input v-model="form.specificationModel" placeholder="璇疯緭鍏�" clearable disabled/>
             </el-form-item>
           </el-col>
@@ -125,7 +125,7 @@
   form: {
 		projectName: "",
 		productCategory: "",
-		specificationModel: "", // 灏哄
+		specificationModel: "", // 瑙勬牸鍨嬪彿
 		quantity: "",
 		schedulingNum: "",
 		schedulingUserId: "",

--
Gitblit v1.9.3