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