Commit e8ced698 authored by 黄奎's avatar 黄奎

页面修改

parent 126f0b32
<template>
<div class="notice-c">
<div class="notice-c" v-if="CurrentUserInfo.RB_Group_id==2">
<div class="item">
<div class="content">
<div class="name-box">
......@@ -63,9 +63,22 @@
</div>
</template>
<script>
export default {};
export default {
data() {
return {
CurrentUserInfo: {},
};
},
mounted() {
this.CurrentUserInfo = this.getLocalStorage();
},
methods: {
}
};
</script>
<style scoped>
<style>
.notice-c {
position: absolute;
top: 60px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment