Browse Source

Merge branch 'hw' of http://121.41.102.225:8099/Nidong/jiufang

Andy 3 years ago
parent
commit
4ce1f45df1
1 changed files with 17 additions and 17 deletions
  1. 17 17
      src/views/leadMatch/MatchList/matchList.vue

+ 17 - 17
src/views/leadMatch/MatchList/matchList.vue

@@ -107,23 +107,23 @@ export default {
           key: "project_short_title",
           minWidth: 60,
         },
-        {
-          title: "匹配状态",
-          align: "center",
-          key: "matching_status",
-          minWidth: 60,
-          render: (h, params) => {
-            return h(
-              "span",
-              {},
-              params.row.matching_status == 0
-                ? "未匹配"
-                : params.row.matching_status == 1
-                ? "匹配中"
-                : "匹配完成"
-            );
-          },
-        },
+        // {
+        //   title: "匹配状态",
+        //   align: "center",
+        //   key: "matching_status",
+        //   minWidth: 60,
+        //   render: (h, params) => {
+        //     return h(
+        //       "span",
+        //       {},
+        //       params.row.matching_status == 0
+        //         ? "未匹配"
+        //         : params.row.matching_status == 1
+        //         ? "匹配中"
+        //         : "匹配完成"
+        //     );
+        //   },
+        // },
         {
           title: "下生产状态",
           align: "center",