From 7c86b549b27bd54f6bd5de81c13f8242f91c87ff Mon Sep 17 00:00:00 2001 From: 张诺 <zhang_12370@163.com> Date: 星期一, 16 六月 2025 18:03:27 +0800 Subject: [PATCH] 优化文件上传组件及表格显示 --- 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