|
@@ -20,6 +20,9 @@
|
|
|
<el-col :span="3" class="login">发行证书</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
+ <el-col :span="24" class="btn">
|
|
|
+ <el-button type="primary" size="" @click="addBtn">成果评价申报</el-button>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -38,7 +41,11 @@ export default {
|
|
|
return {};
|
|
|
},
|
|
|
created() {},
|
|
|
- methods: {},
|
|
|
+ methods: {
|
|
|
+ addBtn() {
|
|
|
+ window.location.href = 'http://broadcast.waityou24.cn/liveAchieve/userDeclare';
|
|
|
+ },
|
|
|
+ },
|
|
|
computed: {
|
|
|
...mapState(['user']),
|
|
|
},
|
|
@@ -85,5 +92,9 @@ export default {
|
|
|
.process {
|
|
|
margin-top: 40px;
|
|
|
}
|
|
|
+ .btn {
|
|
|
+ text-align: center;
|
|
|
+ padding: 30px 0 0 0;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|