1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-12 06:15:45 +08:00
TaniaLucena d7f3a528da
component notes (#826)
* component notes

* component call notes
2021-05-07 15:57:25 -04:00

45 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.

# 注意
在ADempiere-UI版本中註釋代表ADempiere-ZK版本的 “**註釋**” 圖標。它允許為ADempiere窗口的記錄建立註釋或註釋。
## ADempiere-ZK版本
<img :src="$withBase('/images/components/notes/zk-desktop-version-notes.png')" alt="在ZK桌面版本上的評論" width="800px">
## ADempiere-Vue版本
<img :src="$withBase('/images/components/notes/notes-desktop-mobile.png')" alt="移動和桌面UI版本中的註釋" width="800px">
通過在窗口的記錄中添加註釋或註釋,所有有權訪問該記錄的用戶都可以使用該註釋或註釋。
同樣,註釋或註釋的記錄也可以刪除。
## 它在哪裡?
它位於窗口右側的中央,由圖標 "**一世**" 表示。
## 是做什麼用的?
用於在記錄中添加註釋或評論。
## 功能或觀察
::: tip
它允許在便箋中添加圖像和信息,並對便箋的文本應用 “**降價促銷**” 格式。
:::
## 在桌面版中如何使用?
在桌面版本中,單擊 "**一世**" 圖標以查看其顯示的菜單,然後在左側的框中輸入信息。左側框中輸入的信息會自動應用在右側框中,並採用格式。
### 創建筆記
![如何在桌面版本中創建筆記]('/images/components/notes/create-notes-in-desktop-version.gif' "如何在桌面版本中創建筆記")
## 在移動版本中如何使用?
在移動版本中,它必須位於窗口底部才能查看選項 “**筆記**” 和 “**活動**”, 然後在左側的框中輸入信息。左側框中輸入的信息會自動應用在右側框中,並採用格式。
### 創建筆記
![如何在移動版本中創建註釋]('/images/components/notes/create-notes-in-the-mobile-version.gif' "如何在移動版本中創建註釋")