yuanyiming 2 年 前
コミット
ddd4434861
1 ファイル変更12 行追加3 行削除
  1. 12 3
      src/views/projectApply/projectApplication.vue

+ 12 - 3
src/views/projectApply/projectApplication.vue

@@ -168,7 +168,7 @@
           >
           <template #default="scope">
               <div class="operations">
-                {{ scope.row.isupload }}
+                <!-- {{ scope.row.isupload }} -->
                         <el-button type="primary"  size="mini" @click="lookDetail(scope.row.courseId,scope.row.typeid)">查看详情</el-button>
 
                         <el-button type="primary" v-show="scope.row.isupload==0" @click="audit(scope.row,0)"  size="mini" >审核0</el-button> <!--0申请人审核 -->
@@ -361,12 +361,21 @@ import studentMakerProjectPreview from '@/components/studentMakerProjectPreview.
               },
               {
                 value:1,
-                label:'正在审核'
+                label:'审核'
               },
               {
                 value:2,
-                label:"已审核"
+                label:'已审核'
               },
+              {
+                value:3,
+                label:"待结项"
+              },
+              {
+                value:4,
+                label:"已结项"
+              },
+              
             ],
           },
           auditDialog:{    //审核对话框数据