Commit 9d564b71 authored by liangjingpeng's avatar liangjingpeng

课程管理-项目验收

parent 16f6fbe7
This diff is collapsed.
......@@ -463,8 +463,8 @@
@download="console.log('下载成功')"
/>
</el-tab-pane>
<el-tab-pane v-if="thirdReview ==='中期评审完成'" label="项目验收">
<el-tab-pane label="项目验收">
<Acceptance />
</el-tab-pane>
</el-tabs>
<el-button
......@@ -482,10 +482,12 @@
import ElDescriptionsItem from '@/components/descriptionsList/e-desc-item.vue'
import ElDescriptions from '@/components/descriptionsList/e-desc.vue'
import MidProject from '@/views/projectManagement/approvalProcess/midProject.vue'
import Acceptance from '@/views/projectManagement/approvalProcess/acceptance.vue'
export default {
name: 'ReviewPage',
components: {
Acceptance,
MidProject,
ElDescriptionsItem,
ElDescriptions
......
......@@ -155,7 +155,6 @@
<!-- >修改-->
<!-- </el-button>-->
<el-button v-if="scope.row.state === '验收评审中' ||scope.row.state === '立项评审中'" icon="el-icon-edit-outline" @click="handleProject(scope.row)" />
<el-button v-if="scope.row.state === '立项评审中'" icon="el-icon-edit-outline" @click="handleProject(scope.row)" />
<el-button v-else icon="el-icon-search" />
<!-- <el-button-->
<!-- :class="commonField.delClass"-->
......
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