|
@@ -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"
|