|
@@ -1,9 +1,13 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <div style="text-align: center;line-height: 50px;">
|
|
|
- <span class="main-title" style="margin: 0 10px;font-weight: bold;" >专业能力证书查询</span>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
+ <div class="main-content">
|
|
|
+ <div class="img-box">
|
|
|
+ <img src="../../../assets/logo/logo2.png" alt="广东省教师继续教育学会">
|
|
|
+ </div>
|
|
|
+ <div style="text-align: center;line-height: 50px;">
|
|
|
+ <span class="main-title" style="margin: 0 10px;font-weight: bold;" >专业能力证书查询</span>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
<div class="label-box">
|
|
|
<div class="label-title">
|
|
|
<p>持证人姓名</p>
|
|
@@ -30,10 +34,12 @@
|
|
|
<button class="btn-reset">重置</button>
|
|
|
<button class="btn-search" @click="handleSearch">查询</button>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
</template>
|
|
|
-
|
|
|
+
|
|
|
<script>
|
|
|
import { getCodeImg } from "@/api/login";
|
|
|
export default {
|
|
@@ -77,4 +83,4 @@ export default {
|
|
|
|
|
|
<style>
|
|
|
|
|
|
-</style>
|
|
|
+</style>
|