Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
shuniu-admin-react
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
superman
shuniu-admin-react
Commits
606bd934
Commit
606bd934
authored
Sep 23, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.4.1-2
parent
e0f074c6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Banner-Item.js
dist/javascript/Banner-Item.js
+1
-1
Item.jsx
src/containers/Banner/Item.jsx
+5
-2
No files found.
dist/javascript/Banner-Item.js
View file @
606bd934
This diff is collapsed.
Click to expand it.
src/containers/Banner/Item.jsx
View file @
606bd934
...
...
@@ -233,9 +233,12 @@ export default class Item extends Component {
</
Form
.
Item
>
<
Form
.
Item
label=
"是否展示"
{
...
formItemLayout
}
>
<
Switch
checkedChildren=
"是"
unCheckedChildren=
"关"
{
...
getFieldProps
('
status
')}
{
...
getFieldProps
('
status
',
{
initialValue
:
!!
item
.
status
,
valuePropName
:
'
checked
'
})}
disabled=
{
!
isEdit
}
defaultChecked=
{
!!
item
.
status
}
/>
</
Form
.
Item
>
<
FooterOperation
{
...
this
.
props
}
isEdit=
{
isEdit
}
command=
"BANNER"
...
...
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