fix: remove v-permission to avoid checkbox disappearing (#83)

移除v-permission以避免复选框消失
fixes https://github.com/halo-dev/plugin-s3/issues/82
```release-note
None
```
This commit is contained in:
longjuan
2023-10-08 11:32:16 +08:00
committed by GitHub
parent c91f9981df
commit bc4de5fb8e

View File

@@ -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"