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