mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26: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>
|
</div>
|
||||||
<!-- <img style="width:68px;height:68px" src="/images/Avatarman.png" alt=""> -->
|
<!-- <img style="width:68px;height:68px" src="/images/Avatarman.png" alt=""> -->
|
||||||
<p class="personal-name">{{userInfo.name}} {{userInfo.userNo}}
|
<p class="personal-name">{{userInfo.name}} {{userInfo.userNo}}
|
||||||
<span>LV.1</span>
|
<span class="grade">LV.1</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="personal-info">{{userInfo.departName}}</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>
|
src="/images/homeWu/agency.png" alt="" srcset=""></div>
|
||||||
|
<!-- </a> -->
|
||||||
<ul class="personal-ul">
|
<ul class="personal-ul">
|
||||||
<li>
|
<li>
|
||||||
<span class="label">累计学习</span>
|
<span class="label">累计学习</span>
|
||||||
@@ -511,6 +514,9 @@
|
|||||||
// })
|
// })
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
jumstudy(){
|
||||||
|
this.$router.push({path:'../views/study/TaskList.vue'});
|
||||||
|
},
|
||||||
jumcasedet(item) {
|
jumcasedet(item) {
|
||||||
this.$router.push({path:'/case/detail',query:{id:item.id}});
|
this.$router.push({path:'/case/detail',query:{id:item.id}});
|
||||||
},
|
},
|
||||||
@@ -874,6 +880,15 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<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 {
|
.article-li {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user