个人任务完善

main
zzq 2024-12-19 13:40:11 +08:00
parent 5a31b540b6
commit ee029488d6
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
</a-form>
<a-button type="error" @click="handleReturnTask">退</a-button>
<a-button type="primary" @click="handleSubmitTask" >完成任务</a-button>
<a-button type="primary" v-if="!taskInfo.isComplate" @click="handleSubmitTask" >完成任务</a-button>
</template>
</BasicModal>