diff --git a/src/views/standard/test/contrast.vue b/src/views/standard/test/contrast.vue index 3ca566e..558876b 100644 --- a/src/views/standard/test/contrast.vue +++ b/src/views/standard/test/contrast.vue @@ -201,12 +201,12 @@ > % - ({{ index != 0 ? "含" : "" + ({{ index != 0 ? "不含" : "" }}{{ Number(((item[1] / 100) * examPaperScore).toFixed(1)) }}分) - {{ index != 0 ? "含" : "" }} + {{ index != 0 ? "不含" : "" }}
~
@@ -220,14 +220,10 @@ > % - ({{ index < fromData.levels.length - 1 ? "不含" : "" - }}{{ + ({{ Number(((item[2] / 100) * examPaperScore).toFixed(1)) }}分) - {{ - index < fromData.levels.length - 1 ? "不含" : "" - }}