Michael Wang 3 лет назад
Родитель
Сommit
b6fb4e2ecd

+ 5 - 5
src/features/allAnalysis/AllAnalysis2.vue

@@ -151,13 +151,13 @@ const columns = [
     dataIndex: "coefficient",
   },
   {
-    title: "信度1",
+    title: "信度",
     dataIndex: "reliability1",
   },
-  {
-    title: "信度2",
-    dataIndex: "reliability2",
-  },
+  // {
+  //   title: "信度2",
+  //   dataIndex: "reliability2",
+  // },
   {
     title: "难度",
     dataIndex: "difficulty",

+ 5 - 5
src/features/projectCompareDetail/ProjectCompareDetail2.vue

@@ -224,13 +224,13 @@ const columns = [
     dataIndex: "coefficient",
   },
   {
-    title: "信度1",
+    title: "信度",
     dataIndex: "reliability1",
   },
-  {
-    title: "信度2",
-    dataIndex: "reliability2",
-  },
+  // {
+  //   title: "信度2",
+  //   dataIndex: "reliability2",
+  // },
   {
     title: "难度",
     dataIndex: "difficulty",

+ 6 - 6
src/features/projectCompareManagement/ProjectCompareManagement.vue

@@ -197,15 +197,15 @@ const columns = [
     customRender: cellRender("coefficient"),
   },
   {
-    title: "信度1",
+    title: "信度",
     // dataIndex: "reliability1",
     customRender: cellRender("reliability1"),
   },
-  {
-    title: "信度2",
-    // dataIndex: "reliability2",
-    customRender: cellRender("reliability2"),
-  },
+  // {
+  //   title: "信度2",
+  //   // dataIndex: "reliability2",
+  //   customRender: cellRender("reliability2"),
+  // },
   {
     title: "难度",
     // dataIndex: "difficulty",