Browse Source

fix: 轨迹模式去掉全0分

zhangjie 1 month ago
parent
commit
9d5484d653
1 changed files with 2 additions and 16 deletions
  1. 2 16
      src/features/mark/MarkBoardTrack.vue

+ 2 - 16
src/features/mark/MarkBoardTrack.vue

@@ -37,7 +37,7 @@
       </div>
 
       <div class="tw-flex tw-place-content-center tw-items-center tw-gap-2">
-        <div class="tw-flex tw-flex-col tw-gap-1">
+        <!-- <div class="tw-flex tw-flex-col tw-gap-1">
           <a-popconfirm
             v-if="store.setting.enableAllZero && !store.setting.forceSpecialTag"
             title="确定给全零分?"
@@ -52,21 +52,7 @@
               <span>全零分</span>
             </a-button>
           </a-popconfirm>
-          <!-- <a-popconfirm
-            v-if="store.setting.selective"
-            title="确定是未选做?"
-            :overlayStyle="{ width: '200px' }"
-            @confirm="$emit('unselectiveSubmit')"
-          >
-            <a-button
-              type="primary"
-              size="middle"
-              class="all-zero-unselective-button"
-            >
-              <span>未选做</span>
-            </a-button>
-          </a-popconfirm> -->
-        </div>
+        </div> -->
 
         <qm-button
           v-if="canAllSelective"