mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2025-10-15 14:40:46 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user