fix: correct syntax error in checkbox label rendering in AuthorizedWorkspaceDialog.vue

This commit is contained in:
wxg0103 2025-07-10 10:52:20 +08:00
parent 6e426426c3
commit 399e1dc6d4

View File

@ -34,7 +34,7 @@
@change="handleCheckAllChange" @change="handleCheckAllChange"
v-if="!search" v-if="!search"
> >
{{ $t('views.shared.allCheck') }}< {{ $t('views.shared.allCheck') }}
</el-checkbox> </el-checkbox>
<el-checkbox-group <el-checkbox-group
class="checkbox-group-block" class="checkbox-group-block"