Browse Source

桨距角分析模块修改

wangb 3 tháng trước cách đây
mục cha
commit
73deb26382

+ 3 - 3
src/views/generatingCapacity/dataAnalysis/angleAnalysis/index.vue

@@ -350,15 +350,15 @@ const tableColumn = ref([
   },
   },
   {
   {
     prop: "yp1",
     prop: "yp1",
-    label: "叶片",
+    label: "叶片1",
   },
   },
   {
   {
     prop: "yp2",
     prop: "yp2",
-    label: "叶片",
+    label: "叶片2",
   },
   },
   {
   {
     prop: "yp3",
     prop: "yp3",
-    label: "叶片三33",
+    label: "叶片3",
   },
   },
 ]);
 ]);
 const tableLoading = ref(false);
 const tableLoading = ref(false);