y595705120 1 hete
szülő
commit
c69cfd1c36

+ 1 - 1
src/App.vue

@@ -7,7 +7,7 @@
     <div class="p-wrap-full">
       <div class="footer ng-scope" style="z-index: 10">
         <div class="footer-bd">
-          <p>技术支持:{{config.title}}</p>
+          <p>技术支持:{{config.it}}</p>
           <p>
               <span> ©2021 </span>
               <!-- <a href="http://beian.miit.gov.cn/" target="_blank">闽ICP备19021760号-1</a> -->

+ 29 - 0
src/containers/login/components/learnTime/learnTime.css

@@ -73,3 +73,32 @@
 .learning-time-panel-2 .ui-btn:hover {
   background-color: #1075be;
 }
+.title-box .goto-sign {
+  float: right;
+  color: #3290d4;
+  cursor: pointer;
+  font-weight: normal;
+}
+.title-box .goto-sign:hover {
+  color: #0e67a6;
+  text-decoration: underline;
+}
+.title-box .tab-switch {
+  float: right;
+  margin-right: 50px;
+}
+.title-box .tab-item {
+  display: inline-block;
+  padding: 4px 24px;
+  font-size: 1.5em;
+  color: #666;
+  cursor: pointer;
+  border-bottom: 2px solid transparent;
+}
+.title-box .tab-item.active {
+  color: #3290d4;
+  border-bottom-color: #3290d4;
+}
+.title-box .tab-item:hover {
+  color: #3290d4;
+}

+ 10 - 5
src/containers/login/components/learnTime/learnTime.vue

@@ -1,10 +1,11 @@
 <template>
   <div>
-    <div class="p-wrap-full mb20 ng-scope">
-      <div class="title-box mt5 clear">
-        <h2 class="title">查询证书</h2>
+    <div class="p-wrap-full mb20">
+      <div class="title-box mt5">
+          <h2 :class="['tab-item', {active: activeTab === 1}]" @click="activeTab = 1">证书查询</h2>
+          <h2 :class="['tab-item', {active: activeTab === 2}]" @click="goSign()">学时认证</h2>
       </div>
-      <div class="learning-time-panel-2 mt30">
+      <div v-show="activeTab === 1" class="learning-time-panel-2 mt30">
         <div class="panel-bd tc">
           <input type="text" v-model="periodObj.cardId"
               class="ui-ipt ipt-1 ng-pristine ng-valid"
@@ -23,7 +24,7 @@
         </div>
       </div>
     </div>
-    <el-table v-if="recodeList.length>0" :data="recodeList" border fit highlight-current-row class="p-wrap-full mb20 ng-scope">
+    <el-table v-if="recodeList.length>0 && activeTab === 1" :data="recodeList" border fit highlight-current-row class="p-wrap-full mb20 ng-scope">
       <el-table-column label="姓名" prop="userName" width="90" align="center"> </el-table-column>
       <el-table-column label="身份证" prop="cardId" width="165" align="center"> </el-table-column>
       <el-table-column label="证书编号" prop="certificateNum" min-width="120" align="center" > </el-table-column>
@@ -46,6 +47,7 @@
   export default {
     data(){
       return {
+        activeTab: 1,
         periodObj:{
           nickname:'',
           cardId:'',
@@ -65,6 +67,9 @@
             this.recodeList = res.data;
           }
         })
+      },
+      goSign(){
+        this.$router.push({name:'nd-sign'})
       }
     }
   }

+ 3 - 2
src/containers/login/components/unLogin.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="m-login opacity-bg">
     <div ng-if="!sureUseLogin" class="ng-scope">
-      <div class="tit">学员/单位管理员登录</div>
+      <div class="tit">学员登录</div>
 
       <div  autocomplete="off" class="ng-pristine ng-invalid ng-invalid-required">
         <ul class="login-form login-form-1">
@@ -48,7 +48,8 @@
 
 
       <div class="mt10 ng-scope" style="font-size: 10px; text-align: center;">没有学员/单位管理员帐号?
-        <a @click="goRegist()" class="ao b">立即注册</a></div>
+        <a @click="goRegist()" class="ao b">立即注册</a>
+      </div>
     </div>
   </div>
 </template>

+ 1 - 1
static/config.js

@@ -2,7 +2,7 @@ window.baseConfig = {
     title: '宁德市建筑业协会建设行业从业人员继续教育网络培训平台',
     userSeatTitle:'福建省建设行业从业人员岗位考核考试',
     it:'福建鸿锵教育科技有限公司',
-    beian:'闽ICP备2121760号',
+    beian:'闽ICP备2021006867号-1',
     contact:'0598-5157296',
     educationList: ["博士研究生", "硕士研究生", "大学本科", "大学专科", "中专", "高中", "初中及以下", "其他"]
 }

BIN
static/favicon.ico