mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
受众管理高亮显示
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
:default-active="activeMenu"
|
:default-active="activeMenu"
|
||||||
router
|
router
|
||||||
active-text-color="#00aaff"
|
active-text-color="#00aaff"
|
||||||
:default-openeds="['manageTodo','manageFinish','teacherTodo','teacherFinish','myqa', 'mystudy', 'course', 'exam', 'u001', 'u002', 'u003', 'u004']"
|
:default-openeds="['manageTodo','manageFinish','teacherTodo','teacherFinish','myqa', 'mystudy', 'course', 'exam', 'u001', 'u002', 'u003', 'u004','u009','u008']"
|
||||||
class="el-menu-vertical"
|
class="el-menu-vertical"
|
||||||
@open="handleOpen"
|
@open="handleOpen"
|
||||||
@close="handleClose"
|
@close="handleClose"
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
<svg-icon icon-class="interlocution"></svg-icon>
|
<svg-icon icon-class="interlocution"></svg-icon>
|
||||||
<span slot="title">问答管理</span>
|
<span slot="title">问答管理</span>
|
||||||
</el-menu-item>
|
</el-menu-item>
|
||||||
<el-menu-item v-show="curIdentity == 3">
|
<el-menu-item v-show="curIdentity == 3" index="u008">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<!-- <i class="el-icon-s-grid"></i> -->
|
<!-- <i class="el-icon-s-grid"></i> -->
|
||||||
<svg-icon icon-class="administrator" style="font-size:17px"></svg-icon>
|
<svg-icon icon-class="administrator" style="font-size:17px"></svg-icon>
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<!-- <i class="el-icon-menu"></i> -->
|
<!-- <i class="el-icon-menu"></i> -->
|
||||||
</el-menu-item>
|
</el-menu-item>
|
||||||
<el-menu-item v-show="curIdentity == 3">
|
<el-menu-item v-show="curIdentity == 3" index="u009">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<svg-icon icon-class="management" style="font-size:16px"></svg-icon>
|
<svg-icon icon-class="management" style="font-size:16px"></svg-icon>
|
||||||
<span><a href="https://u.boe.com/train/manager/index.html" target="_blank">业务支援读书会管理</a></span>
|
<span><a href="https://u.boe.com/train/manager/index.html" target="_blank">业务支援读书会管理</a></span>
|
||||||
@@ -344,8 +344,7 @@ export default {
|
|||||||
activeMenu() {
|
activeMenu() {
|
||||||
const route = this.$route;
|
const route = this.$route;
|
||||||
const { meta, path } = route;
|
const { meta, path } = route;
|
||||||
console.log(meta)
|
if(meta.title == '添加受众' || meta.title == '查看受众'){
|
||||||
if(meta.title == '添加受众'){
|
|
||||||
meta.activeMenu = '/manage/ugroups'
|
meta.activeMenu = '/manage/ugroups'
|
||||||
}
|
}
|
||||||
if (meta.activeMenu) {
|
if (meta.activeMenu) {
|
||||||
|
|||||||
@@ -146,6 +146,7 @@
|
|||||||
},
|
},
|
||||||
viewDetail(row){
|
viewDetail(row){
|
||||||
this.$router.push({path:'/manage/viewugroup', query: {id: row.id}})
|
this.$router.push({path:'/manage/viewugroup', query: {id: row.id}})
|
||||||
|
// this.$router.push({path:'/manage/addaudiences', query: {id: row.id}})
|
||||||
},
|
},
|
||||||
jumpRouter(type){
|
jumpRouter(type){
|
||||||
if(type==1){
|
if(type==1){
|
||||||
|
|||||||
Reference in New Issue
Block a user