refactor(command): 移除指令表格内部加载指示器

This commit is contained in:
Ocetars
2025-12-04 15:12:10 +08:00
parent aa61815fcd
commit 81a0e0f28e
-8
View File
@@ -496,18 +496,10 @@ onMounted(async () => {
<v-data-table
:headers="commandHeaders"
:items="filteredCommands"
:loading="loading"
item-key="handler_full_name"
hover
:row-props="getRowProps"
>
<template v-slot:loader>
<v-row class="py-8 d-flex align-center justify-center">
<v-progress-circular indeterminate color="primary" />
<span class="ml-2">{{ t('core.status.loading') }}</span>
</v-row>
</template>
<template v-slot:item.effective_command="{ item }">
<div class="d-flex align-center py-2">
<!-- Expand/collapse button for groups -->