|
@@ -45,16 +45,22 @@
|
|
</h1>
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
<div class="tw-flex tw-place-content-center tw-mb-2">
|
|
<div class="tw-flex tw-place-content-center tw-mb-2">
|
|
- <qm-button
|
|
|
|
- type="primary"
|
|
|
|
- shape="round"
|
|
|
|
- size="large"
|
|
|
|
- @click="$emit('allZeroSubmit')"
|
|
|
|
- style="margin-right: 20px !important"
|
|
|
|
- v-if="store.setting.enableAllZero"
|
|
|
|
|
|
+ <a-popconfirm
|
|
|
|
+ v-if="!store.setting.enableAllZero"
|
|
|
|
+ title="确定给全零分?"
|
|
|
|
+ ok-text="确定"
|
|
|
|
+ cancel-text="取消"
|
|
|
|
+ @confirm="$emit('allZeroSubmit')"
|
|
>
|
|
>
|
|
- 全零分
|
|
|
|
- </qm-button>
|
|
|
|
|
|
+ <a-button
|
|
|
|
+ type="primary"
|
|
|
|
+ shape="round"
|
|
|
|
+ size="large"
|
|
|
|
+ style="margin-right: 20px !important"
|
|
|
|
+ >
|
|
|
|
+ 全零分
|
|
|
|
+ </a-button>
|
|
|
|
+ </a-popconfirm>
|
|
|
|
|
|
<qm-button type="primary" shape="round" size="large" @click="submit">
|
|
<qm-button type="primary" shape="round" size="large" @click="submit">
|
|
提交
|
|
提交
|