mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-27 02:21:32 +08:00
Merge pull request #29 from thsrite/main
This commit is contained in:
@@ -365,7 +365,7 @@ onMounted(() => {
|
||||
</td>
|
||||
<td>{{ user.is_superuser ? "是" : "否" }}</td>
|
||||
<td>
|
||||
<IconBtn v-show="!user.is_superuser">
|
||||
<IconBtn v-show="accountInfo.is_superuser && accountInfo.name != user.name">
|
||||
<VIcon icon="mdi-dots-vertical" />
|
||||
<VMenu
|
||||
activator="parent"
|
||||
|
||||
Reference in New Issue
Block a user