gaoluyang
3 天以前 a5132f42a1bf77f6bd69b371aa4ab70f64747c27
src/views/production/components/ProductionDialog.vue
@@ -203,7 +203,7 @@
const supplierList = ref([]);
// 表格列配置
const columns = [
  {prop: "coalId", label: "煤种", minwidth: 60,slot:true,
  {prop: "coalId", label: "煤种", minwidth: 60,
    formatter: (row) => {
      return coalList.value.find(coal => coal.id === row.coalId)?.coal || "--";
    }