个人任务完善
parent
5a31b540b6
commit
ee029488d6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue