|
@@ -198,9 +198,9 @@
|
|
|
<div class="operations">
|
|
|
<el-button type="primary" @click="scheduleDetail(scope.row.courseId,scope.row.typeid)" size="mini" >进度详细</el-button>
|
|
|
<el-button type="primary" @click="fundStatus(scope.row.courseId)" size="mini" >资金情况</el-button>
|
|
|
- <el-button type="primary" v-show="scope.row.isupload==2" @click="finish(scope.row.courseId,scope.row.title)" size="mini">结项申请</el-button>
|
|
|
+ <el-button type="primary" v-show="scope.row.isupload==2" @click="finish(scope.row.courseId,scope.row.title)" size="mini">提交结项</el-button>
|
|
|
<el-button type="primary" v-show="scope.row.isupload==3" @click="amendFinish(scope.row.courseId,scope.row.title)" size="mini">修改结项</el-button>
|
|
|
- <el-button type="primary" v-show="scope.row.isupload==4" disabled class="disa" size="mini">已完结</el-button>
|
|
|
+ <el-button type="primary" v-show="scope.row.isupload==4" disabled class="disa" size="mini">已结项</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|