【issues/8098】修复示例中的Tab标签页关闭操作问题

pull/8191/head
JEECG 2025-04-15 11:21:08 +08:00
parent 44146f073e
commit 19fc610ef5
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@
</CollapseContainer>
<CollapseContainer class="mt-4" title="标签页操作">
<a-button class="mr-2" @click="closeAll"> </a-button>
<a-button class="mr-2" @click="closeLeft"> </a-button>
<a-button class="mr-2" @click="closeRight"> </a-button>
<a-button class="mr-2" @click="closeOther"> </a-button>
<a-button class="mr-2" @click="() => closeAll()"> 关闭所有 </a-button>
<a-button class="mr-2" @click="() => closeLeft()"> 关闭左侧 </a-button>
<a-button class="mr-2" @click="() => closeRight()"> 关闭右侧 </a-button>
<a-button class="mr-2" @click="() => closeOther()"> 关闭其他 </a-button>
<a-button class="mr-2" @click="closeCurrent"> </a-button>
<a-button class="mr-2" @click="refreshPage"> </a-button>
</CollapseContainer>