mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 08:52:28 +08:00
【issues/8098】修复示例中的Tab标签页关闭操作问题
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user