gaoluyang
6 天以前 43be32b8523e5139850b8cefc660026f35eb97bb
src/views/productionManagement/productionOrder/index.vue
@@ -87,16 +87,16 @@
   //    width:300
   // },
   {
      label: "付款状态",
      label: "生产状态",
      prop: "status",
      dataType: "tag",
      formatType: (params) => {
         if (params == '未完成') {
         if (params == '生产中') {
            return "warning";
         } else if (params == '未开始') {
            return "danger";
         } else if (params == '已完成') {
            return "success";
         } else {
            return null;
            return "success";
         }
      },
   },