gaoluyang
6 天以前 43be32b8523e5139850b8cefc660026f35eb97bb
src/views/productionManagement/productionDispatching/index.vue
@@ -148,20 +148,6 @@
      width: 120,
   },
   {
      label: "状态",
      prop: "status",
      dataType: "tag",
      formatType: (params) => {
         if (params == '生产中') {
            return "warning";
         } else if (params == '未开始') {
            return "danger";
         } else {
            return "success";
         }
      },
   },
   {
      label: "生产进度",
      prop: "progress",
      formatData: (cellValue) => {