添加登录用户全部信息查询

This commit is contained in:
橙子
2022-04-30 21:48:18 +08:00
parent d8fe983b9d
commit d6b0c56c35
7 changed files with 97 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
item-text="menuName"
>
<template v-slot:append="{ item }">
<v-btn>id:{{ item.id }}</v-btn>
<v-btn>权限:{{ item.permissionCode }}</v-btn>
</template>
</v-treeview>
</v-card></v-col