gaoluyang
2 天以前 3f15d0eef89e52f3fd6d1be13ff3af010b6f0ee9
src/views/productionManagement/productionOrder/index.vue
@@ -78,6 +78,20 @@
      width:300
   },
   {
      label: "付款状态",
      prop: "status",
      dataType: "tag",
      formatType: (params) => {
         if (params == '未完成') {
            return "danger";
         } else if (params == '已完成') {
            return "success";
         } else {
            return null;
         }
      },
   },
   {
      label: "产品大类",
      prop: "productCategory",
      width: 160,