mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
feat:修改面包屑,增加获取学员接口
This commit is contained in:
@@ -1074,9 +1074,17 @@ export default {
|
||||
)}
|
||||
</div>
|
||||
<div class="tableSelect">
|
||||
<router-link to="/leveladd">
|
||||
<div class="g1">管理</div>
|
||||
</router-link>
|
||||
<div
|
||||
class="g1"
|
||||
onClick={() => {
|
||||
router.push({
|
||||
path: "/leveladd",
|
||||
query: { routerId: text.record.id },
|
||||
});
|
||||
}}
|
||||
>
|
||||
管理
|
||||
</div>
|
||||
<a-select
|
||||
style="width: 50px;margin-top:2px;margin-left:25px"
|
||||
value="授权"
|
||||
|
||||
Reference in New Issue
Block a user