Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
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
station
amos-convertor-view
Commits
cda6c058
Commit
cda6c058
authored
Dec 07, 2020
by
zhengjiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
502bdccc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.js
src/view/bizview/stationMainten/index.js
+4
-2
No files found.
src/view/bizview/stationMainten/index.js
View file @
cda6c058
...
...
@@ -475,10 +475,12 @@ class StationMainten extends Component {
<
/Select
>
<
/FormItem
>
<
FormItem
label
=
{
<
span
>
状态
<
/span>} field="status" {...formItemLayout}
>
<
RadioGroup
disabled
=
{
!
editable
}
value
=
{
form
.
status
}
onChange
=
{
this
.
onRadioChange
}
>
{
editable
&&
<
RadioGroup
disabled
=
{
!
editable
}
value
=
{
form
.
status
}
onChange
=
{
this
.
onRadioChange
}
>
<
Radio
value
=
{
zero
}
>
启用
<
/Radio
>
<
Radio
value
=
{
1
}
>
停用
<
/Radio
>
<
/RadioGroup
>
<
/RadioGroup>
}
{
!
editable
&&
form
.
status
===
0
&&
<
div
><
Input
className
=
"staus-input"
required
disabled
=
{
!
editable
}
value
=
{
'启用'
}
/></
div
>
}
{
!
editable
&&
form
.
status
===
1
&&
<
div
><
Input
className
=
"staus-input"
required
disabled
=
{
!
editable
}
value
=
{
'停用'
}
/></
div
>
}
<
/FormItem
>
<
FormItem
label
=
{
<
span
>
换流站负责人
<
/span>} field="stationChargeUserName" {...formItemLayout}
>
<
Row
style
=
{{
width
:
'400px'
}}
>
...
...
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