gaoluyang
昨天 8b6ff786d159653465217614d7db0a4a6857b02c
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,