Skip to content

Commit 2f19bb3

Browse files
author
chenxiaolong
committed
feat:优化格式
1 parent 59f4778 commit 2f19bb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/低代码数据渲染.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
## JSON结构分析
44

55
1. **根对象**:
6+
67
- `list` : 包含主要的表单组件列表
78
- `attribute` : 表单的基本属性
89
- `dataEvent` : 数据事件定义
910
- `logic` : 业务逻辑定义
1011
- `loadDataVersion` : 数据加载版本
12+
1113
2. **主要组件**:
14+
1215
- 一个卡片组件 ( `type: "card"` ),包含一个动态表格(` type: "batch" ` )
1316
- 动态表格中包含多个输入框、选择框等子组件
1417

@@ -26,7 +29,7 @@
2629

2730
- 例如:`"type": "card"`会渲染为卡片组件, `"type": "batch"`会渲染为动态表格
2831

29-
1. **KFormItem 组件**:
32+
3. **KFormItem 组件**:
3033

3134
- 处理表单项的布局、标签、验证等
3235

0 commit comments

Comments
 (0)