gaoluyang
2 天以前 1c2f8a7ed964affe857c481073e20226be8c3a1a
src/views/procureMent/index.vue
@@ -165,6 +165,14 @@
    },
  },
  {
    prop: "type",
    label: "煤料类型",
    minWidth: 120,
    formatter: (row) => {
      return row.type === 1 ? "成品" : "原料";
    },
  },
  {
    prop: "coalId",
    label: "煤种类型",
    minWidth: 120,