mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-28 12:13:26 +08:00
修改前端样式
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
init() {
|
||||
this.btnEnable = getBtn("user")
|
||||
this.btnEnable = getBtn("role")
|
||||
this.axiosUrls = {
|
||||
get: "/role/GetList",
|
||||
update: "/role/Update",
|
||||
|
||||
@@ -48,7 +48,8 @@
|
||||
item-text="menuName"
|
||||
>
|
||||
<template v-slot:append="{ item }">
|
||||
<v-btn>权限:{{ item.permissionCode }}</v-btn>
|
||||
<app-btn v-if="item.menuType==0">路由:{{ item.router }}</app-btn>
|
||||
<app-btn v-if="item.menuType==1" color="secondary">权限:{{ item.permissionCode }}</app-btn>
|
||||
</template>
|
||||
</v-treeview>
|
||||
</v-card></v-col
|
||||
|
||||
Reference in New Issue
Block a user