yuanyiming 1 éve
szülő
commit
27ddb39bd1

+ 1 - 1
src/views/projectApply/projectApplication.vue

@@ -401,7 +401,7 @@
           v-if="isManager == 0"
           @click="ApplyPersonCommit"
           class="AllDialogBtn"
-          >审核</el-button
+          >确定</el-button
         >
         <el-button
           type="primary"

+ 2 - 2
src/views/projectManage/ProjectManagement.vue

@@ -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>