From 2323c93baf009d2f60acaec545622611673203cb Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 18 六月 2025 16:48:13 +0800
Subject: [PATCH] 1.巡检上传页面开发、联调

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

diff --git a/src/views/production/components/ProductionDetailsTable.vue b/src/views/production/components/ProductionDetailsTable.vue
index 1d1ca7a..678ab65 100644
--- a/src/views/production/components/ProductionDetailsTable.vue
+++ b/src/views/production/components/ProductionDetailsTable.vue
@@ -3,9 +3,9 @@
     <el-table-column label="鐓ょ" min-width="120" >
       <template #default="{ row, $index }" >
         <el-input 
-          v-model="row.coalType" 
+          v-model="row.coal" 
           placeholder="璇疯緭鍏ョ叅绉�"
-          @input="handleInput('coalType', $index, $event)"
+          @input="handleInput('coal', $index, $event)"
         />
       </template>
     </el-table-column>
@@ -191,7 +191,7 @@
   calculateTotalCost,
   addRow: (rowData = {}) => {
     const defaultRow = {
-      coalType: '',
+      coal: '',
       calorificValue: '',
       productionQuantity: '',
       laborCost: '',

--
Gitblit v1.9.3