mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2025-10-16 15:30:00 +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
|
<div
|
||||||
class="relative flex flex-col items-start sm:flex-row sm:items-center"
|
class="relative flex flex-col items-start sm:flex-row sm:items-center"
|
||||||
>
|
>
|
||||||
<div
|
<div class="mr-4 hidden items-center sm:flex">
|
||||||
v-permission="['system:users:aaa']"
|
|
||||||
class="mr-4 hidden items-center sm:flex"
|
|
||||||
>
|
|
||||||
<input
|
<input
|
||||||
v-model="checkedAll"
|
v-model="checkedAll"
|
||||||
class="h-4 w-4 rounded border-gray-300 text-indigo-600"
|
class="h-4 w-4 rounded border-gray-300 text-indigo-600"
|
||||||
|
Reference in New Issue
Block a user