1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

add document (#827)

* add router the service preference

* minimal changes

* add translate

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
This commit is contained in:
Elsio Sanchez 2021-05-07 17:11:14 -04:00 committed by GitHub
parent b406b8a3fc
commit 0d98ea5614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 8 deletions

View File

@ -58,9 +58,23 @@ El diálogo de **Preferencia** se encuentra en la siguiente ruta:
└── preference # directorio principal de preferencias
```
Aquí puede ver un [Demo](https://demo-ui.erpya.com/#/7aa4242a-93c0-42d8-92be-8250002d3e3c/d97027fd-4cd5-445e-8fd8-ef5d3f7959b4/window/53418?tabParent=0&action=fa50908e-40f1-11e9-91a1-0242ac140002)
El llamado al consumo de servicio de **Preferencia** se encuentra en la siguiente ruta:
```bash
└─ src # Código fuente principal
└─ api # Servicios globales
└─ ADempiere # Servicios específicos de ADempiere
└─ field # Campos
└─ preference # Directorio principal de los servicio preferencia
```
Los servicios llamados del componente son <br>
[GET adempiere-api/ui/set-preference](https://adempiere.github.io/proxy-adempiere-api/guide/default-modules/adempiere-api/user.html#user-service)<br>
[POST adempiere-api/ui/delete-preference](https://adempiere.github.io/proxy-adempiere-api/guide/default-modules/adempiere-api/user.html#user-service)
### Por hacer
En la versión ADempiere-UI, las preferencias de campo no están configuradas. Por tanto, se requiere que se corrija el problema para que se puedan establecer estas preferencias.

View File

@ -61,6 +61,19 @@ The **Preference** dialog was written on the follow path:
```
A [demo](https://demo-ui.erpya.com/#/7aa4242a-93c0-42d8-92be-8250002d3e3c/d97027fd-4cd5-445e-8fd8-ef5d3f7959b4/window/53418?tabParent=0&action=fa50908e-40f1-11e9-91a1-0242ac140002) is here
The **Preference** service consumption call is in the following path:
```bash
└─ src # Main source code.
└─ api # Global services
└─ ADempiere # ADempiere specific services
└─ field # fields
└─ preference # Main service directory preference
```
The component's services are <br>
[GET adempiere-api/ui/set-preference](https://adempiere.github.io/proxy-adempiere-api/guide/default-modules/adempiere-api/user.html#user-service)<br>
[POST adempiere-api/ui/delete-preference](https://adempiere.github.io/proxy-adempiere-api/guide/default-modules/adempiere-api/user.html#user-service)
### To do
In the ADempiere-UI version, field preferences are not set. Therefore, it is required that the problem be corrected so that these preferences can be established.

View File

@ -51,16 +51,28 @@
“偏好設置”對話框寫在以下路徑上:
```bash
└── src # main source code
└── components # global components
└── ADempiere # ADempiere specific components
└── field # Fields
└── contextMenu # Context Menu for all fields
└── preference # Preference folder
└── src # 主要源代码
└── components # 全球组件
└── ADempiere # ADempiere的特定组件
└── field # 领域
└── contextMenu # 所有字段的上下文菜单
└── preference # 偏好文件夹
```
[演示](https://demo-ui.erpya.com/#/7aa4242a-93c0-42d8-92be-8250002d3e3c/d97027fd-4cd5-445e-8fd8-ef5d3f7959b4/window/53418?tabParent=0&action=fa50908e-40f1- 11e9-91a1-0242ac140002) 在這裡
[演示](https://adempiere.github.io/proxy-adempiere-api/guide/default-modules/adempiere-api/user.html#user-service) 在這裡
首选的服务消费电话位于以下路线上。
```bash
└─ src # 主要源代码
└─ api # 全球服务
└─ ADempiere # ADempiere的具体服务
└─ field # 领域
└─ preference # 首选服务的主要目录
```
该组件被调用的服务有<br>
[GET adempiere-api/ui/set-preference](https://adempiere.github.io/proxy-adempiere-api/guide/default-modules/adempiere-api/user.html#user-service)<br>
[POST adempiere-api/ui/delete-preference](https://adempiere.github.io/proxy-adempiere-api/guide/default-modules/adempiere-api/user.html#user-service)
### 去做
在ADempiere-UI版本中未設置字段首選項。因此要求糾正問題以便可以建立這些首選項。