mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
38 lines
1.4 KiB
Markdown
38 lines
1.4 KiB
Markdown
# Shut down
|
|
|
|
Allows you to close a specific tab, for this you must click on the tab that needs to be closed to display the menu that contains that option.
|
|
|
|
## ADempiere-ZK version
|
|
|
|
<img :src="$withBase('/images/components/close-tab/zk-desktop-version-close-tab.png')" alt="Close ZK Desktop Version" width="800px">
|
|
|
|
## ADempiere-UI version
|
|
|
|
<img :src="$withBase('/images/components/close-tab/ui-desktop-version-close-tab.png')" alt="Close in Mobile and Desktop Version" width="800px">
|
|
|
|
## Where it is located?
|
|
|
|
It is located in the menu that is displayed when you click on any tab in the ADempiere windows, reports or processes.
|
|
|
|
## What is it for?
|
|
|
|
It is used to close a certain window, report or ADempiere process.
|
|
|
|
## Functions or Observations
|
|
|
|
::: tip
|
|
Clicking on the option "**Close**" closes only the tab of the window, process or report where said option was selected.
|
|
:::
|
|
|
|
## How is it used in the Desktop version?
|
|
|
|
In the desktop version, click the opposite on the tab that is required to close, and then select the option "**Close**", located in the displayed menu.
|
|
|
|
<img :src="$withBase('/images/components/close-tab/how-to-use-it-in-the-desktop-version.gif')" />
|
|
|
|
## How is it used in the mobile version?
|
|
|
|
In the mobile version, press and hold on the tab that is required to close, and then select the option "**Close**", located in the displayed menu.
|
|
|
|
<img :src="$withBase('/images/components/close-tab/how-to-use-it-in-the-mobile-version.gif')" />
|