File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ ProFormList 与 [Form.List](https://ant.design/components/form-cn/#Form.List) AP
56
56
57
57
### ProFormList API
58
58
59
- <<<<<<< HEAD: docs /components/form/Group/index.md
60
59
| 参数 | 说明 | 类型 | 默认值 |
61
60
| ------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | -------------------------------- |
62
61
| itemRender | 自定义 Item,可以用来将 action 放到别的地方 | ` (doms,listMeta)=> ReactNode ` | - |
@@ -74,7 +73,6 @@ ProFormList 与 [Form.List](https://ant.design/components/form-cn/#Form.List) AP
74
73
| actionRender | 自定义操作按钮 | ` (field,action,defaultActionDom,count)=>React.ReactNode[] ` | - |
75
74
| onAfterAdd | 新增数据后的钩子 | ` (defaultValue: StoreValue, insertIndex: number, count: number) => void ` | - |
76
75
| onAfterRemove | 删除数据后的钩子 | ` (index: number, count: number) => void ` | - |
77
- =======
78
76
| 参数 | 说明 | 类型 | 默认值 |
79
77
| --- | --- | --- | --- |
80
78
| itemRender | 自定义 Item,可以用来将 action 放到别的地方 | ` (doms,listMeta)=> ReactNode ` | - |
@@ -387,7 +385,6 @@ name 参数必须要是一个数组,如果是嵌套的结构可以这样配置
387
385
388
386
### 行为守卫
389
387
390
- <<<<<<< HEAD: docs /components/form/Group/index.md
391
388
<code src =" ../../../../demos/form/Group/pro-form-list.tsx " title =" 行为守卫 " ></code >
392
389
393
390
### 增删条目限制
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ ProFormList 与 [Form.List](https://ant.design/components/form-cn/#Form.List) AP
56
56
57
57
### ProFormList API
58
58
59
- <<<<<<< HEAD: docs /components/form/Group/index.md
60
59
| 参数 | 说明 | 类型 | 默认值 |
61
60
| ------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | -------------------------------- |
62
61
| itemRender | 自定义 Item,可以用来将 action 放到别的地方 | ` (doms,listMeta)=> ReactNode ` | - |
@@ -74,7 +73,6 @@ ProFormList 与 [Form.List](https://ant.design/components/form-cn/#Form.List) AP
74
73
| actionRender | 自定义操作按钮 | ` (field,action,defaultActionDom,count)=>React.ReactNode[] ` | - |
75
74
| onAfterAdd | 新增数据后的钩子 | ` (defaultValue: StoreValue, insertIndex: number, count: number) => void ` | - |
76
75
| onAfterRemove | 删除数据后的钩子 | ` (index: number, count: number) => void ` | - |
77
- =======
78
76
| 参数 | 说明 | 类型 | 默认值 |
79
77
| --- | --- | --- | --- |
80
78
| itemRender | 自定义 Item,可以用来将 action 放到别的地方 | ` (doms,listMeta)=> ReactNode ` | - |
@@ -387,7 +385,6 @@ name 参数必须要是一个数组,如果是嵌套的结构可以这样配置
387
385
388
386
### 行为守卫
389
387
390
- <<<<<<< HEAD: docs /components/form/Group/index.md
391
388
<code src =" ../../../demos/form/Group/pro-form-list.tsx " title =" 行为守卫 " ></code >
392
389
393
390
### 增删条目限制
You can’t perform that action at this time.
0 commit comments