Michael Wang 4 years ago
parent
commit
1ea238d690
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/features/mark/MarkBoardMouse.vue
  2. 1 1
      src/features/mark/MarkBoardTrack.vue

+ 1 - 1
src/features/mark/MarkBoardMouse.vue

@@ -48,7 +48,7 @@
     </div>
     <div class="tw-flex tw-place-content-center tw-mb-2">
       <a-popconfirm
-        v-if="!store.setting.enableAllZero"
+        v-if="store.setting.enableAllZero"
         title="确定给全零分?"
         ok-text="确定"
         cancel-text="取消"

+ 1 - 1
src/features/mark/MarkBoardTrack.vue

@@ -37,7 +37,7 @@
     </div>
     <div class="tw-mb-2 tw-flex tw-place-content-center">
       <a-popconfirm
-        v-if="!store.setting.enableAllZero"
+        v-if="store.setting.enableAllZero"
         title="确定给全零分?"
         ok-text="确定"
         cancel-text="取消"