张诺
11 小时以前 7c86b549b27bd54f6bd5de81c13f8242f91c87ff
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',