Przeglądaj źródła

组长给了为选做,那么该question下的轨迹则不该出现

刘洋 6 miesięcy temu
rodzic
commit
c4865289ed

+ 3 - 0
src/features/student/scoreVerify/markBody.vue

@@ -160,6 +160,9 @@ async function processImage() {
             q.groupNumber
           );
         }
+        if (q.score == -1) {
+          return [];
+        }
         return q.headerTrack?.length
           ? addHeaderTrackColorAttr(q.headerTrack)
           : addColorAttr(

+ 3 - 0
src/features/student/studentInspect/MarkBody.vue

@@ -153,6 +153,9 @@ async function processImage() {
             q.groupNumber
           );
         }
+        if (q.score == -1) {
+          return [];
+        }
         return q.headerTrack?.length
           ? addHeaderTrackColorAttr(q.headerTrack)
           : addColorAttr(