gaoluyang
2 天以前 a5132f42a1bf77f6bd69b371aa4ab70f64747c27
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,