SanHQin 6 months ago
parent
commit
7d5c556826

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

@@ -1078,8 +1078,8 @@ export default {
                 _json["项目负责人"] = item.pro_leader;
                 //_json["项目状态"] = this.classType.find(i=>i.value==item.isupload).title
 								 _json["学院"] = item.name;
-                // _json["项目简介"] = item.brief;
-               // _json["分类"] = item.sort;
+                _json["项目简介"] = item.brief;
+               _json["分类"] = item.sort;
 
                // _json["创建时间"] = item.createTime;
                _json["联系电话"] = item.phone;

+ 5 - 5
src/views/projectSettlement/projectSettlementDetailMain.vue

@@ -15,10 +15,10 @@
         项目详情
         <div v-if="pageState == 0" class="pr1TitBass"></div>
       </div>
-      <div @click="pageState = 2">
+      <!-- <div @click="pageState = 2">
         项目结项书
         <div v-if="pageState == 2" class="pr1TitBass"></div>
-      </div>
+      </div> -->
       <div @click="pageState = 1">
         项目结题附件
         <div v-if="pageState == 1" class="pr1TitBass"></div>
@@ -69,7 +69,7 @@
     <!-- <projectSettlementDetailComment v-if="pageState==4"/> -->
   </div>
 </template>
-    
+
     <script>
 //学生创业项目
 import studentProjectWordShow from "./components/studentProjectWordShow.vue";
@@ -128,7 +128,7 @@ export default {
 	},
 };
 </script>
-    
+
     <style lang="less">
 .projectSettlement {
   .psSmallTit {
@@ -210,4 +210,4 @@ export default {
     justify-content: center;
   }
 }
-</style>
+</style>