|
@@ -13,15 +13,20 @@
|
|
|
</div>
|
|
|
<div @click="toPage(2)" style="position: relative;right: 5px;">
|
|
|
<el-tooltip class="item" effect="light" content="预期取得的成果" placement="bottom-start">
|
|
|
- <p>预期取得的成果</p>
|
|
|
+ <p>预项目建设论证报告</p>
|
|
|
+ </el-tooltip>
|
|
|
+ </div>
|
|
|
+ <div @click="toPage(3)">预期成果</div>
|
|
|
+ <div @click="toPage(5)" style="position: relative;right: 5px;">
|
|
|
+ <el-tooltip class="item" effect="light" content="立项基础及条件" placement="bottom-start">
|
|
|
+ <p>立项基础及条件</p>
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
|
- <div @click="toPage(3)">实施计划</div>
|
|
|
<div @click="toPage(4)">下一步</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
- <div id="q" class="vfpHeader">
|
|
|
+ <div id="l" class="vfpHeader">
|
|
|
<div class="titleOne">项目立项申请</div>
|
|
|
<el-button @click="backBtn1" type="primary" size="mini">返回</el-button>
|
|
|
</div>
|
|
@@ -35,7 +40,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div>
|
|
|
+ <div id="a">
|
|
|
<p class="pTit">预项目建设论证报告</p>
|
|
|
<div>
|
|
|
<p class="pTit2">一、立项依据<span> (说明本项目的目的、意义以及国内外高校现状、市场预测和发展趋势,预期达到的目标,研究的预期效果分析,成果受益面)</span></p>
|
|
@@ -81,7 +86,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="z">
|
|
|
+ <div id="p">
|
|
|
<p class="pTit">立项基础及条件</p>
|
|
|
<div>
|
|
|
<p class="pTit2">一、基础条件<span>(物理环境/设备设施/项目实施/活动开展/技术力量/社会资源)</span></p>
|
|
@@ -126,13 +131,15 @@
|
|
|
},
|
|
|
toPage(val){
|
|
|
if (val==1) {
|
|
|
- document.getElementById("q").scrollIntoView({ behavior: "smooth" });
|
|
|
- }else if(val==2){
|
|
|
document.getElementById("w").scrollIntoView({ behavior: "smooth" });
|
|
|
+ }else if(val==2){
|
|
|
+ document.getElementById("a").scrollIntoView({ behavior: "smooth" });
|
|
|
}else if(val==3){
|
|
|
- document.getElementById("e").scrollIntoView({ behavior: "smooth" });
|
|
|
+ document.getElementById("q").scrollIntoView({ behavior: "smooth" });
|
|
|
}else if(val==4){
|
|
|
document.getElementById("r").scrollIntoView({ behavior: "smooth" });
|
|
|
+ }else if(val==5){
|
|
|
+ document.getElementById("p").scrollIntoView({ behavior:"smooth"})
|
|
|
}
|
|
|
}
|
|
|
}
|