File tree Expand file tree Collapse file tree 4 files changed +1461
-2672
lines changed
i18n/zh-CN/docusaurus-plugin-content-docs/current/automation/approval-king Expand file tree Collapse file tree 4 files changed +1461
-2672
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
uses : actions/checkout@v2
14
14
15
15
- name : Install dependencies
16
- run : npm install
16
+ run : yarn install
17
17
18
18
- name : Build Docusaurus site
19
- run : npm run build
19
+ run : yarn run build
20
20
env :
21
21
SITE_URL : " https://docs-beta.steedos.com/"
22
22
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ title: 如何设置审批王流程
59
59
#### 选择类字段
60
60
61
61
* 下拉框:通过字段属性预置可选择的内容,只可选择一项。
62
- * 选择用户:可在系统已有的用户中选择,名字将会显示在表单中,已邀请的用户无论激活与否都在选择范围内。默认值:{applicant},表示当前登陆用户。
63
- * 选择部门:可在系统已有的部门中选择,部门的全路径名字将会显示在表单中。默认值:{applicant.organization},表示当前登陆用户的部门。
62
+ * 选择用户:可在系统已有的用户中选择,名字将会显示在表单中,已邀请的用户无论激活与否都在选择范围内。默认值:` {applicant} ` ,表示当前登陆用户。
63
+ * 选择部门:可在系统已有的部门中选择,部门的全路径名字将会显示在表单中。默认值:` {applicant.organization} ` ,表示当前登陆用户的部门。
64
64
* 单选:通过字段属性可预置选择项,用户只能选择一项。
65
65
* 多选:通过字段属性可预置选择项,用户可选择多项。
66
66
* Odata:通过字段属性可预置选择项,默认只可选择一项,属性可设置多选;可参照[ 使用技巧] ( #使用技巧 ) ,进行配置,必填属性` 字段名 ` 为下拉数据的id,` Odata API ` 配置下拉数据的URL地址,` 可搜索字段 ` 配置下拉数据相关属性值,` 公式 ` 配置下拉数据的显示名,非必填项` 过滤条件 ` 按需填写下拉数据的某个属性的条件。
Original file line number Diff line number Diff line change 23
23
"@docusaurus/plugin-pwa" : " ^3.2.1" ,
24
24
"@docusaurus/preset-classic" : " ^3.2.1" ,
25
25
"@docusaurus/theme-mermaid" : " ^3.2.1" ,
26
- "@easyops-cn/docusaurus-search-local" : " ^0.35.0 " ,
26
+ "@easyops-cn/docusaurus-search-local" : " ^0.40.1 " ,
27
27
"@mdx-js/react" : " ^3.0.0" ,
28
28
"@redocly/cli" : " ^1.0.0-beta.128" ,
29
29
"clsx" : " ^1.2.1" ,
You can’t perform that action at this time.
0 commit comments