From 432ddf1abeaa9dcac86f628913af1f2a03cfe22f Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期三, 18 六月 2025 09:00:09 +0800
Subject: [PATCH] 1.昭德-文档管理上传图片联调 2.昭德-完善生产加工模块 3.昭德-后端协商数据格式页面渲染问题

---
 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