Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
丽
丽人贷管理后台
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
百灵美选
丽人贷管理后台
Commits
0cd54efd
Commit
0cd54efd
authored
Jul 07, 2022
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码0707
parent
0c27cdf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
approval.vue
src/components/approval.vue
+3
-1
increase.vue
src/views/credit/increase.vue
+1
-1
list.vue
src/views/credit/list.vue
+1
-1
No files found.
src/components/approval.vue
View file @
0cd54efd
...
...
@@ -251,7 +251,9 @@
const
{
capitalCode
,
loanSign
}
=
item
if
(
capitalCode
===
'FENGSHENGBUSINESS'
)
{
this
.
$refs
[
'dForm'
].
clearValidate
(
'perAllotAmount'
)
this
.
form
.
perAllotAmount
=
this
.
manualAmount
;
if
(
this
.
hasRisk
){
this
.
form
.
perAllotAmount
=
this
.
manualAmount
;
}
}
this
.
form
.
capitalCode
=
capitalCode
this
.
form
.
loanSign
=
loanSign
...
...
src/views/credit/increase.vue
View file @
0cd54efd
...
...
@@ -177,7 +177,7 @@
{
order
:
6
,
label
:
'授信额度(元)'
,
prop
:
'
available
Amount'
prop
:
'
manual
Amount'
},
{
order
:
7
,
...
...
src/views/credit/list.vue
View file @
0cd54efd
...
...
@@ -188,7 +188,7 @@
{
order
:
6
,
label
:
'授信额度(元)'
,
prop
:
'
available
Amount'
prop
:
'
manual
Amount'
},
{
order
:
7
,
...
...
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