-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
537 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
# 介绍 | ||
## 插件介绍 | ||
|
||
Rocket 是一款面向 PC 端中后台的表单渲染组件解决方案。 | ||
|
||
对于 PC 后台,有大量简单重复页面,为了更高效开发,我们基于 JSON 配置的方式动态生成 UI,包含查询表单、表格、动态表单、页面详情等; | ||
|
||
## 包含组件 | ||
|
||
Rocket 包含四个组件:SearchForm、RocketForm、RocketTable、RocketDesc | ||
|
||
SearchForm:通过 json 快速构建查询表单,内置查询和重置按钮。 | ||
RocketForm:增强版 form 表单,主要用于非查询表单,比如弹框内嵌表单、复杂页面表单、支持表单嵌套表格、表单联动、表单异步调用等。 | ||
RocketTable:基于 json 快速构建表格功能,内置工具条等功能。 | ||
RocketDesc:基于 json 快速构建页面详情信息,支持详情一键切换到编辑模式。 | ||
1. SearchForm | ||
通过 json 快速构建查询表单,内置查询和重置按钮。 | ||
|
||
2. RocketForm | ||
增强版 form 表单,主要用于非查询表单,比如弹框内嵌表单、复杂页面表单、支持表单嵌套表格、表单联动、表单异步调用等。 | ||
|
||
3. RocketTable | ||
基于 json 快速构建表格功能,内置工具条等功能。 | ||
|
||
4. RocketDesc:基于 json 快速构建页面详情信息,支持详情一键切换到编辑模式。 | ||
|
||
> 强调:rocket-render 一直在更新中,对应的组件文档可能更新不及时,大家可以通过 Release 文档查看每个版本更新内容。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.