1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00
TaniaLucena 430535ca9e
components (#836)
* component update

* component update

* update

* translation component
2021-05-11 17:49:28 -04:00

34 lines
1.1 KiB
Markdown

# 更新
它允許更新選擇該選項的窗口中包含的字段的記錄。
## ADempiere-ZK版本
<img :src="$withBase('/images/components/update/zk-desktop-version-update.png')" alt="在ZK桌面版本中升級" width="800px">
## ADempiere-UI版本
<img :src="$withBase('/images/components/update/ui-desktop-version-update.png')" alt="在桌面版本中更新" width="800px">
此選項通常在包含所包含進程的窗口中使用,從中將信息加載到這些進程中。此外,它用於刷新在窗口的不同字段中輸入的信息。
## 它在哪裡?
當您單擊窗口名稱時,它位於顯示的菜單中。
## 是做什麼用的?
它用於刷新窗口字段的記錄。
## 功能或觀察
::: tip
當搜索某個窗口中包含的記錄時,將按特定記錄進行過濾。通過單擊窗口名稱並選擇更新選項,將更新執行的搜索。
:::
## 在桌面版中如何使用?
單擊窗口名稱,然後在顯示的菜單中選擇選項“ **更新**”。
![如何在桌面版本中使用它]('/images/components/update/how-to-use-it-in-the-desktop-version.gif' "如何在桌面版本中使用它")