zhangjie 1 سال پیش
والد
کامیت
642be211b2
3فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 1 0
      src/features/report/ReportMain.vue
  2. 2 2
      src/features/report/ReportScore.vue
  3. 2 2
      src/features/report/ReportScoreGroup.vue

+ 1 - 0
src/features/report/ReportMain.vue

@@ -157,6 +157,7 @@ onMounted(async () => {
     if (viewType === "frame") {
       emitFrameResult(false, "构建pdf错误");
     }
+    return;
   }
 
   if (viewType === "frame") {

+ 2 - 2
src/features/report/ReportScore.vue

@@ -18,9 +18,9 @@
           <tr>
             <th>分数段</th>
             <th>频数</th>
-            <th>频率(%)</th>
+            <th>频率</th>
             <th>累计频数</th>
-            <th>累计频率(%)</th>
+            <th>累计频率</th>
           </tr>
           <tr
             v-for="(seg, index2) in props.course.segements"

+ 2 - 2
src/features/report/ReportScoreGroup.vue

@@ -18,9 +18,9 @@
           <tr>
             <th>分数段</th>
             <th>频数</th>
-            <th>频率(%)</th>
+            <th>频率</th>
             <th>累计频数</th>
-            <th>累计频率(%)</th>
+            <th>累计频率</th>
           </tr>
           <tr
             v-for="(seg, index3) in props.course.rangeSegements"