@@ -157,6 +157,7 @@ onMounted(async () => {
if (viewType === "frame") {
emitFrameResult(false, "构建pdf错误");
}
+ return;
@@ -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"
v-for="(seg, index3) in props.course.rangeSegements"