mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
BIN
public/images/homeWu/gradebgimg.png
Normal file
BIN
public/images/homeWu/gradebgimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 560 B |
@@ -18,11 +18,14 @@
|
||||
</div>
|
||||
<!-- <img style="width:68px;height:68px" src="/images/Avatarman.png" alt=""> -->
|
||||
<p class="personal-name">{{userInfo.name}} {{userInfo.userNo}}
|
||||
<span>LV.1</span>
|
||||
<span class="grade">LV.1</span>
|
||||
</p>
|
||||
|
||||
<p class="personal-info">{{userInfo.departName}}</p>
|
||||
<div class="personal-box"><span>代办</span><span>3个待处理 <img src="/images/homeWu/Pending.png" alt=""> </span> <img class="personal-box-img"
|
||||
<!-- <a href="../study/task.vue"> -->
|
||||
<div class="personal-box"><span>代办</span><span>3个待处理 <img src="/images/homeWu/Pending.png" alt=""> </span> <img class="personal-box-img"
|
||||
src="/images/homeWu/agency.png" alt="" srcset=""></div>
|
||||
<!-- </a> -->
|
||||
<ul class="personal-ul">
|
||||
<li>
|
||||
<span class="label">累计学习</span>
|
||||
@@ -511,6 +514,9 @@
|
||||
// })
|
||||
},
|
||||
methods: {
|
||||
jumstudy(){
|
||||
this.$router.push({path:'../views/study/TaskList.vue'});
|
||||
},
|
||||
jumcasedet(item) {
|
||||
this.$router.push({path:'/case/detail',query:{id:item.id}});
|
||||
},
|
||||
@@ -874,6 +880,15 @@
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.grade{
|
||||
width: 70px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
color: #9D6110;
|
||||
line-height: 30px;
|
||||
background:url('../../public/images/homeWu/gradebgimg.png')
|
||||
}
|
||||
.article-li {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user