1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-11 22:08:05 +08:00
TaniaLucena a95595dca3
components (#856)
* components (activity and close tab)

* component close others

* component close all

* components (export reports and search menu options)
2021-05-18 17:17:58 -04:00

38 lines
1.4 KiB
Markdown

# 關閉所有
組件 “**全部關閉**” 允許同時關閉與在會話中打開的文件夾,窗口,報告和進程相對應的所有選項卡。
## ADempiere-ZK 版本
<img :src="$withBase('/images/components/close-all/zk-desktop-version-close-all.png')" alt="在ZK桌面版本中全部關閉" width="800px">
## ADempiere-UI 版本
<img :src="$withBase('/images/components/close-all/ui-desktop-version-close-all.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')" />