gaoluyang
3 天以前 48998e68b0638bcd4165f5d0201018b014ebc4ac
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,