Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAContent添加Hidden字段表示控件是否隐藏 #171

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/oa.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Name|JSON|Type|Doc
`ID`|`id`|`string`| 控件id:控件的唯一id,可通过“获取审批模板详情”接口获取
`Title`|`title`|`[]OAText`| 控件名称 ,若配置了多语言则会包含中英文的控件名称
`Value`|`value`|`OAContentValue`| 控件值 ,需在此为申请人在各个控件中填写内容不同控件有不同的赋值参数,具体说明详见附录。模板配置的控件属性为必填时,对应value值需要有值。
`Hidden`|`hidden`|`uint8`| 控件隐藏标识,为1表示控件被隐藏

### `OAContents` 审批申请详情,由多个表单控件及其内容组成,其中包含需要对控件赋值的信息

Expand Down
2 changes: 2 additions & 0 deletions oa.md.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.