1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00
TaniaLucena 52da6e1a5b
components (#861)
* components (activity and close tab)

* component close others

* component close all

* components (export reports and search menu options)

* components
2021-05-20 16:02:32 -04:00

38 lines
1.5 KiB
Markdown

# 參考
它允許通過窗口查看使用了用戶所在記錄的記錄。
## ADempiere-ZK 版本
<img :src="$withBase('/images/components/references/zk-desktop-version-references.png')" alt="ZK桌面版本中的參考" width="800px">
## ADempiere-Vue 版本
<img :src="$withBase('/images/components/references/ui-version-references.png')" alt="移動和桌面版本參考" width="800px">
## 它在哪裡?
選項 “**參考**” 位於圖標 “**AD**” 下,該圖標位於窗口的右上部分。此選項的特徵是具有 “**橙色**” 顏色。
## 是做什麼用的?
它用於知道在哪個寄存器中使用了它所在的寄存器,並使它們快速而輕鬆地相互靠近。
## 功能或觀察
::: tip
該選項顯示使用記錄的窗口的名稱,使用找到的記錄的窗口包含的記錄數以及簡要說明(如果有記錄的話)。
:::
## 在桌面版中如何使用?
在桌面版本中,將打開一個窗口,其中包含已創建的記錄,並且已選擇選項 “**參考**”。僅當該定位記錄在另一個記錄中使用時,該選項才會顯示信息。
<img :src="$withBase('/images/components/references/how-to-use-it-in-the-desktop-version.gif')" />
## 在移動版本中如何使用?
在移動版本中,將打開一個包含記錄的窗口,並選擇了 “**參考**” 選項。僅當該定位記錄在另一個記錄中使用時,該選項才會顯示信息。
<img :src="$withBase('/images/components/references/how-to-use-it-in-the-mobile-version.gif')" />