gaoluyang
3 天以前 75a0423c12a4c0eb1446d0cd4f7ed4d73d471c11
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,