1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-12 06:15:45 +08:00
vue-element-admin/docs/zh/guide/components/close-other-tabs.md
TaniaLucena 1967b7032c
components (#853)
* components (activity and close tab)

* component close others
2021-05-17 17:04:09 -04:00

38 lines
1.5 KiB
Markdown

# 關閉其他
允許您關閉所有打開的選項卡,除了選擇了 “**關閉其他**” 選項的選項卡。當您單擊窗口,報告或過程選項卡時,在顯示的菜單中找到上述名稱的選項。
## ADempiere-ZK 版本
<img :src="$withBase('/images/components/close-other-tabs/zk-desktop-version-close-other-tabs.png')" alt="關閉ZK桌面版本" width="800px">
## ADempiere-UI 版本
<img :src="$withBase('/images/components/close-other-tabs/ui-desktop-version-close-other-tabs.png')" alt="在移動和桌面版本中關閉" width="800px">
## 它在哪裡?
當您單擊 ADempiere 窗口,報告或過程中的任何選項卡時,它位於顯示的菜單中。
## 是做什麼用的?
它用於關閉窗口,報告或 ADempiere 的打開過程的所有選項卡,但已選擇 “**關閉其他**” 選項的選項卡除外。
## 功能或觀察
::: tip
單擊選項 “**關閉其他**” 僅關閉選擇了該選項的窗口,過程或報告的選項卡。
:::
## 在桌面版中如何使用?
在桌面版本中,單擊不需要關閉的選項卡上的反面,然後在顯示的菜單中選擇選項 “**關閉其他**”。
<img :src="$withBase('/images/components/close-other-tabs/how-to-use-it-in-the-desktop-version.gif')" />
## 在移動版本中如何使用?
在移動版本中,按住不需要關閉的選項卡,然後在顯示的菜單中選擇選項 “**關閉其他**”。
<img :src="$withBase('/images/components/close-other-tabs/how-to-use-it-in-the-mobile-version.gif')" />