Q-ABAB 2 gadi atpakaļ
vecāks
revīzija
41caed9382
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      src/views/projectSettlement/projectSettlement.vue

+ 2 - 1
src/views/projectSettlement/projectSettlement.vue

@@ -152,7 +152,8 @@
                         <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" size="mini" @click="edit(scope.row.courseId)">成果查看</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>
               </div>
           </template>
         </el-table-column>