guhongwei 4 년 전
부모
커밋
4452f50d38
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      src/views/techolchat/gzcy/cgpj.vue

+ 12 - 1
src/views/techolchat/gzcy/cgpj.vue

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