mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
* components (activity and close tab) * component close others * component close all * components (export reports and search menu options) * components
38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
# Lock / Unlock Records
|
|
|
|
Allows you to block a record so that it can only be viewed by the user who blocks it. When the record is locked, the same lock icon is selected to unlock the record and can be viewed by all users.
|
|
|
|
## ADempiere-ZK version
|
|
|
|
<img :src="$withBase('/images/components/lock-unlock-records/zk-desktop-version-lock-unlock-records.png')" alt="Lock / Unlock Records in ZK Desktop Version" width="800px">
|
|
|
|
## ADempiere-Vue version
|
|
|
|
<img :src="$withBase('/images/components/lock-unlock-records/ui-version-lock-unlock-records.png')" alt="Lock / Unlock Records in Mobile and Desktop Version" width="800px">
|
|
|
|
## Where it is located?
|
|
|
|
It is located on the left side of the name of the tab where the user is located.
|
|
|
|
## What is it for?
|
|
|
|
It is used to block and unblock a specific record.
|
|
|
|
## Functions or Observations
|
|
|
|
::: tip
|
|
When locking the registry, the tab name changes from blue to red.
|
|
:::
|
|
|
|
## How is it used in the Desktop version?
|
|
|
|
In the desktop version, the tab where the registry is located is located and finally the lock icon located on the left side of the name of the tab is selected. To unlock the registry, the same procedure is performed.
|
|
|
|
<img :src="$withBase('/images/components/lock-unlock-records/how-to-use-it-in-the-desktop-version.gif')" />
|
|
|
|
## How is it used in the mobile version?
|
|
|
|
In the mobile version, the tab where the record is located is located and finally the lock icon located on the left side of the name of the tab is selected. To unlock the registry, the same procedure is performed.
|
|
|
|
<img :src="$withBase('/images/components/lock-unlock-records/how-to-use-it-in-the-mobile-version.gif')" />
|