Browse Source

自查,优化

刘洋 1 year ago
parent
commit
d4c2154ab5

+ 1 - 0
src/components/shared/ScoringPanelWithConfirm.vue

@@ -1,5 +1,6 @@
 <template>
   <scoring-panel
+    v-if="props.mainNumber"
     v-bind="attrs"
     :id="props.id"
     v-model:score="modelScore"

+ 1 - 0
src/modules/marking/inquiry-result/index.vue

@@ -54,6 +54,7 @@
           @submit="onSubmit"
         ></scoring-panel-with-confirm> -->
           <scoring-panel-with-confirm
+            :id="current?.taskId"
             v-model:visible="editScoreVisible"
             v-model:score="modelScore"
             :main-number="current?.mainNumber"