| | |
| | | <el-button link type="primary" style="color: #fff" @click="openApply()" v-preReClick>专家申请</el-button> |
| | | <el-button link type="primary" style="color: #fff" @click="openCheck" v-preReClick>专家评定进度查询</el-button> |
| | | </div> |
| | | <div class="other-btns" style="margin-top: 10px"> |
| | | <el-button link type="primary" style="color: #fff;text-decoration: underline" @click="openFile()" v-preReClick>2025年第三方评定工作的通知</el-button> |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | redirect.value = newRoute.query && newRoute.query.redirect; |
| | | }, { immediate: true }); |
| | | |
| | | const openFile =()=>{ |
| | | window.open('noticeFile.pdf', '_blank') |
| | | } |
| | | |
| | | const expertFormRef = ref() |
| | | |