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