mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 22:08:05 +08:00
* component zoom in and modifications in the call of the gifs of all components * component call Co-authored-by: Yamel Senih <ysenih@erpya.com>
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
# 放大
|
|
|
|
允許快速訪問窗口中的特定記錄。
|
|
|
|
## ADempiere-ZK版本
|
|
|
|
<img :src="$withBase('/images/components/zoom-in/zk-desktop-version-zoom-in.png')" alt="在ZK桌面版本上放大" width="800px">
|
|
|
|
## ADempiere-Vue版本
|
|
|
|
<img :src="$withBase('/images/components/zoom-in/ui-version-zoom-in.png')" alt="在移動和桌面版本上放大" width="800px">
|
|
|
|
|
|
在選擇類型字段中選擇 “**放大**” 選項時,將打開該記錄所在的窗口。
|
|
|
|
## 它在哪裡?
|
|
|
|
它位於另一個窗口中加載的選擇類型的不同字段中。
|
|
|
|
## 是做什麼用的?
|
|
|
|
它用於快速訪問窗口並查詢字段信息。
|
|
|
|
## 功能或觀察
|
|
|
|
::: tip
|
|
您可以直接從字段中放大窗口記錄。
|
|
:::
|
|
|
|
## 在桌面版中如何使用?
|
|
|
|
在桌面版本中,單擊該字段以查看其顯示的菜單,然後選擇選項 “**放大**” 以在加載或創建該記錄的窗口中查看該記錄。
|
|
|
|
<img :src="$withBase('/images/components/zoom-in/how-to-use-it-in-the-desktop-version.gif')" />
|
|
|
|
## 在移動版本中如何使用?
|
|
|
|
在桌面版本中,單擊該字段以查看其顯示的菜單,然後選擇選項 “**放大**” 以在加載或創建該記錄的窗口中查看該記錄。
|
|
|
|
<img :src="$withBase('/images/components/zoom-in/how-to-use-it-in-the-mobile-version.gif')" />
|