|
@@ -131,7 +131,7 @@
|
|
|
min-width="8%">
|
|
|
<template #default="scope">
|
|
|
<div>
|
|
|
- <span v-if="scope.row.isupload == 0">未结题</span>
|
|
|
+ <!-- <span v-if="scope.row.isupload == 0">未结题</span> -->
|
|
|
<span v-if="scope.row.isupload == 1">进行中</span>
|
|
|
<span v-if="scope.row.isupload == 2">已结题</span>
|
|
|
<!-- <span v-if="scope.row.isupload == 0">未结题</span> -->
|
|
@@ -150,7 +150,7 @@
|
|
|
|
|
|
<el-button type="primary" v-if="scope.row.isupload==1" style="width: 73.3px;" @click="audit(scope.row.courseId,scope.row.title)" size="mini">审核</el-button>
|
|
|
<el-button type="info" disabled v-if="scope.row.isupload==2" style="background-color: #c8c9cc;border-color: #c8c9cc;cursor: no-drop;" size="mini">已审核</el-button>
|
|
|
- <el-button type="primary" disabled v-if="scope.row.isupload==0" style="width: 73.3px;background-color: #c8c9cc;border-color: #c8c9cc;cursor: no-drop;" @click="audit(scope.row.courseId,scope.row.title)" size="mini">审核</el-button>
|
|
|
+ <!-- <el-button type="primary" disabled v-if="scope.row.isupload==0" style="width: 73.3px;background-color: #c8c9cc;border-color: #c8c9cc;cursor: no-drop;" @click="audit(scope.row.courseId,scope.row.title)" size="mini">审核</el-button> -->
|
|
|
|
|
|
<el-button v-show="scope.row.isupload==2" type="primary" size="mini" @click="edit(scope.row.courseId)">成果查看</el-button>
|
|
|
<el-button v-show="scope.row.isupload!=2" type="info" disabled="" size="mini">成果查看</el-button>
|