Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
submodule
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web_component
submodule
Commits
c05c522a
Commit
c05c522a
authored
Jul 21, 2020
by
zhangwenshuai
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
2dce507c
76b93f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.tsx
components/apolloTable/editFormV3/index.tsx
+5
-5
No files found.
components/apolloTable/editFormV3/index.tsx
View file @
c05c522a
...
@@ -8,9 +8,9 @@
...
@@ -8,9 +8,9 @@
* 监听表单值发生变化是的回掉:onValuesChange:Function
* 监听表单值发生变化是的回掉:onValuesChange:Function
*
*
* 样式:propClass:object
* 样式:propClass:object
*
*
* 增加字段:hideOperateBtn,有该字段,隐藏表单底部操作按钮
* 增加字段:hideOperateBtn,有该字段,隐藏表单底部操作按钮
*
*
* 失去焦点:onBlurFn
* 失去焦点:onBlurFn
* */
* */
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
...
@@ -149,6 +149,8 @@ class FormWrap extends Component {
...
@@ -149,6 +149,8 @@ class FormWrap extends Component {
{
...
transferColumn
}
{
...
transferColumn
}
columnConfig=
{
item
}
columnConfig=
{
item
}
disabled=
{
disabled
}
disabled=
{
disabled
}
rowId=
{
rowId
}
onBlurFn=
{
onBlurFn1
}
rowData=
{
{
id
:
rowId
,
rowData
}
}
rowData=
{
{
id
:
rowId
,
rowData
}
}
cellRenderProps=
{
cellRenderProps
}
cellRenderProps=
{
cellRenderProps
}
origin=
"editForm"
origin=
"editForm"
...
@@ -160,9 +162,7 @@ class FormWrap extends Component {
...
@@ -160,9 +162,7 @@ class FormWrap extends Component {
getPopupContainer=
{
()
=>
{
getPopupContainer=
{
()
=>
{
return
this
.
wrapDom
;
return
this
.
wrapDom
;
}
}
}
}
rowId=
{
rowId
}
/>,
onBlurFn=
{
onBlurFn1
}
/>
)
}
)
}
</
FormItem
>
</
FormItem
>
);
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment