From 5bc5d9e4f0f175d7264c46be35598077c1cdd374 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 17 九月 2026 10:03:25 +0800
Subject: [PATCH] fix: 完成日期

---
 src/views/productionPlan/productionPlan/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/productionPlan/productionPlan/index.vue b/src/views/productionPlan/productionPlan/index.vue
index 44297e9..ada7beb 100644
--- a/src/views/productionPlan/productionPlan/index.vue
+++ b/src/views/productionPlan/productionPlan/index.vue
@@ -212,13 +212,13 @@
           <el-input v-model="form.unit"
                     placeholder="璇疯緭鍏ュ崟浣�" />
         </el-form-item>
-        <el-form-item label="鍙戣揣鏃ユ湡"
+        <el-form-item label="瀹屾垚鏃ユ湡"
                       prop="requiredDate">
           <el-date-picker v-model="form.requiredDate"
                           type="date"
                           value-format="YYYY-MM-DD"
                           style="width: 100%"
-                          placeholder="璇烽�夋嫨鍙戣揣鏃ユ湡" />
+                          placeholder="璇烽�夋嫨瀹屾垚鏃ユ湡" />
         </el-form-item>
         <el-form-item label="鎵胯鏃ユ湡"
                       prop="promisedDeliveryDate">
@@ -371,7 +371,7 @@
       // formatData: (cell, row) => (cell ? `${cell}${row.unit || "鏂�"}` : 0),
     },
     {
-      label: "鍙戣揣鏃ユ湡",
+      label: "瀹屾垚鏃ユ湡",
       prop: "requiredDate",
       width: "160px",
       className: "date-cell",

--
Gitblit v1.9.3