Commit 11d19885 authored by 冷玲鹏's avatar 冷玲鹏

课程管理-逻辑流程

parent 9d564b71
......@@ -61,10 +61,10 @@
</div>
</el-descriptions-item>
</el-descriptions>
<div style="display: flex;justify-content: center">
<!-- <div style="display: flex;justify-content: center">
<el-button type="primary" style="margin-top: 20px" @click="$emit('Approve')">通过中期申请</el-button>
<el-button type="primary" style="margin-top: 20px" @click="$emit('Reject')">驳回中期申请</el-button>
</div>
</div>-->
</div>
</template>
......@@ -75,7 +75,7 @@ import ElDescriptions from '@/components/descriptionsList/e-desc.vue'
export default {
name: 'MidProject',
components: { ElDescriptions, ElDescriptionsItem },
emits: ['download', 'Approve', 'Reject'],
/* emits: ['download', 'Approve', 'Reject'],*/
data() {
return {
comments: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment