OpenAuth.Net/newdocs/docs/notes/vue2/startform.md
2025-06-07 21:32:14 +08:00

23 lines
761 B
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.

---
title: 基本介绍
createTime: 2025/04/23 23:43:26
permalink: /vue2/startform/
---
OpenAuth.Net内置的表单类型有以下几种
## 动态表单(⚠️已弃用)
动态表单适用于灵活设计界面,逻辑简单的表单。这种表单无需编码,即可直接集成到流程功能。
## 可拖拽表单
适用于灵活设计界面,逻辑简单的表单。这种表单无需编码,即可直接集成到流程功能。详细请参考:[可拖拽表单](/pro/dragform/)
## 自定义开发表单
该类型表单需要开发者在源码中先编写好表单界面基于vue component,再提供给用户选择使用。适用于交互复杂的界面。详细请参考:[企业版工作流添加自定义表单](/pro/form/)