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
b5e8f17c
Commit
b5e8f17c
authored
Apr 09, 2020
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加plugin目录,修改风险层级添加逻辑
parent
2a5218e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
test.txt
src/plugin/test.txt
+0
-0
RiskSourceModel.js
...iew/bizview/preControl/riskModel/model/RiskSourceModel.js
+1
-1
No files found.
src/plugin/test.txt
0 → 100644
View file @
b5e8f17c
src/view/bizview/preControl/riskModel/model/RiskSourceModel.js
View file @
b5e8f17c
...
...
@@ -161,7 +161,7 @@ class RiskSourceModel extends Component {
<
FormItem
label
=
{
<
span
>
参考编号
<
/span>} field="code" {...formItemLayout}
>
<
Input
disabled
=
{
disabled
}
className
=
"risk-model-input"
required
value
=
{
form
.
code
}
onChange
=
{
e
=>
this
.
onSelectChange
(
'code'
,
e
.
target
.
value
)}
/
>
<
/FormItem
>
{
(
form
.
riskLevelId
!==
0
)
&&
{
(
form
.
riskLevelId
!==
0
&&
isEdit
)
&&
<
FormItem
label
=
{
<
span
>
风险等级
<
/span>} field="riskLevelId" {...formItemLayout}
>
<
span
style
=
{{
lineHeight
:
'32px'
}}
>
{
this
.
getriskLevel
(
riskLevelData
,
form
.
riskLevelId
)}
<
/span
>
<
/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