From 6f7e7ae5db4d7d451bde80e285fb0e9896569172 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 11 十月 2025 13:23:15 +0800
Subject: [PATCH] 生产明细采购单价改为采购总价

---
 src/views/production/components/ProductionDetailsTable.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/production/components/ProductionDetailsTable.vue b/src/views/production/components/ProductionDetailsTable.vue
index 044a3f1..e017a4d 100644
--- a/src/views/production/components/ProductionDetailsTable.vue
+++ b/src/views/production/components/ProductionDetailsTable.vue
@@ -102,11 +102,11 @@
       </template>
     </el-table-column>
 
-    <el-table-column label="閲囪喘鍗曚环" min-width="120">
+    <el-table-column label="閲囪喘鎬讳环" min-width="120">
       <template #default="{ row, $index }">
         <el-input
             v-model="row.purchasePrice"
-            placeholder="璇疯緭鍏ラ噰璐崟浠�"
+            placeholder="璇疯緭鍏ラ噰璐�讳环"
             type="number"
             @input="handleInput('purchasePrice', $index, $event)"
             :disabled="isViewMode"

--
Gitblit v1.9.3