Skip to content

Commit

Permalink
fix: remove v-permission to avoid checkbox disappearing (#83)
Browse files Browse the repository at this point in the history
移除v-permission以避免复选框消失
fixes #82
```release-note
None
```
  • Loading branch information
longjuan committed Oct 8, 2023
1 parent c91f998 commit bc4de5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions console/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,7 @@ const handleModalClose = () => {
<div
class="relative flex flex-col items-start sm:flex-row sm:items-center"
>
<div
v-permission="['system:users:aaa']"
class="mr-4 hidden items-center sm:flex"
>
<div class="mr-4 hidden items-center sm:flex">
<input
v-model="checkedAll"
class="h-4 w-4 rounded border-gray-300 text-indigo-600"
Expand Down

0 comments on commit bc4de5f

Please sign in to comment.