1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-12 06:15:45 +08:00
TaniaLucena a95595dca3
components (#856)
* components (activity and close tab)

* component close others

* component close all

* components (export reports and search menu options)
2021-05-18 17:17:58 -04:00

42 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 尋找
它允許快速搜索 ADmpiere 包含的所有窗口,進程和報告。
## ADempiere-ZK 版本
<img :src="$withBase('/images/components/search/zk-desktop-version-search.png')" alt="搜索ZK桌面版本" width="800px">
## ADempiere-Vue 版本
<img :src="$withBase('/images/components/search/search-desktop-mobile.png')" alt="搜索移動和桌面用戶界面版本" width="800px">
## 它在哪裡?
窗口的右上角位於,由圖標 “**放大鏡/搜索**” 表示。此圖標從左到右位於第一位置。
## 是做什麼用的?
它用於執行 ADempiere 窗口,過程和報告的快速輕鬆搜索。
## 功能或觀察
::: tip
輸入任何值時,將自動執行搜索。
:::
## 在桌面版中如何使用?
選擇圖標 “**放大鏡/搜索**”以便顯示搜索字段必須在其中輸入需要查找的窗口過程或報告的名稱。在該字段中輸入任何值時ADempiere 都會搜索與輸入內容匹配的內容,該過程會自動執行,並在該字段的下部反映出一個列表,其中列出了搜索的不同內容。
### 尋找
<img :src="$withBase('/images/components/search/search-in-desktop-version.gif')" />
## 在移動版本中如何使用?
選擇位於窗口右上角的圖標 “**烤肉菜單**”(由三個點表示),以顯示選項,其中包括圖標 “**放大鏡/搜索引擎**”該圖標必須選擇要顯示的搜索字段。在該字段中輸入任何值時ADempiere 都會搜索與輸入內容匹配的內容,該過程會自動執行,並在該字段的下部反映出一個列表,其中列出了搜索的不同內容。
### 尋找
<img :src="$withBase('/images/components/search/how-to-use-it-in-the-mobile-version.gif')" />