Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
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
project
jinfa-admin
Commits
b2b0f3cf
Commit
b2b0f3cf
authored
May 09, 2022
by
rainbowmorel@163.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jinfa-0518' into rex-jinfa-0518
parents
361b9556
c2a6640b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.tsx
src/pages/productManage/classAndProperty/class/index.tsx
+3
-3
No files found.
src/pages/productManage/classAndProperty/class/index.tsx
View file @
b2b0f3cf
...
...
@@ -89,7 +89,7 @@ const ClassProperty: React.FC<{}> = () => {
?
<
TabTree
fetchData
=
{
params
=
>
fetchClassTreeData(params)}
treeData=
{
treeData
}
toolsRender=
{
toolsRender
}
//
toolsRender=
{
toolsRender
}
actions=
{
treeActions
}
handleSelect=
{
(
key
,
node
)
=>
clickSelect
(
key
,
node
)
}
customKey="id"
...
...
@@ -125,7 +125,7 @@ const ClassProperty: React.FC<{}> = () => {
}
}
schema=
{
classSchema
}
>
<
FormButtonGroup
>
{
/*
<FormButtonGroup>
<Button htmlType='submit' type="primary" loading={loading} style={{ marginTop: 32, marginBottom: 16, marginRight: 24}}>
保存
</Button>
...
...
@@ -136,7 +136,7 @@ const ClassProperty: React.FC<{}> = () => {
</Button>
}
</Popconfirm>
</
FormButtonGroup
>
</FormButtonGroup>
*/
}
</
NiceForm
>
</
Col
>
</
Row
>
...
...
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