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

diff --git a/src/views/production/components/ProductionDetailsTableExample.vue b/src/views/production/components/ProductionDetailsTableExample.vue
index d5d72a7..eda5955 100644
--- a/src/views/production/components/ProductionDetailsTableExample.vue
+++ b/src/views/production/components/ProductionDetailsTableExample.vue
@@ -36,7 +36,7 @@
 // 琛ㄦ牸鏁版嵁
 const tableData = ref([
   {
-    coalType: '鍔ㄥ姏鐓�',
+    coal: '鍔ㄥ姏鐓�',
     calorificValue: '5000',
     productionQuantity: '100',
     laborCost: '1000',
@@ -63,7 +63,7 @@
 const addRow = () => {
   if (tableRef.value) {
     tableRef.value.addRow({
-      coalType: '鏂扮叅绉�',
+      coal: '',
       calorificValue: '0',
       productionQuantity: '0',
       laborCost: '0',

--
Gitblit v1.9.3