Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
dcc8490d
Commit
dcc8490d
authored
Nov 08, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
894d82fa
21542aad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
refund.vue
src/pages/contractRepayment/refund.vue
+9
-7
No files found.
src/pages/contractRepayment/refund.vue
View file @
dcc8490d
...
@@ -20,15 +20,15 @@
...
@@ -20,15 +20,15 @@
</tr>
</tr>
<tr>
<tr>
<td>
本金
</td>
<td>
本金
</td>
<td>
5,000.00
</td>
<td>
{{
pop
.
principal
|
currency
}}
</td>
<td>
5,000.00
</td>
<td>
{{
pop
.
received_principal
|
currency
}}
</td>
<td>
代扣;在线支付
</td>
<td>
{{
pop
.
pay_method
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td>
利息
</td>
<td>
利息
</td>
<td>
5,000.00
</td>
<td>
{{
pop
.
interest
|
currency
}}
</td>
<td>
5,000.00
</td>
<td>
{{
pop
.
received_interest
|
currency
}}
</td>
<td>
代扣;在线支付
</td>
<td>
{{
pop
.
pay_method
}}
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
>
>
<div
<div
:class=
"
{'period':true,'orange':statu==='orange','blue':statu==='blue','green':statu==='green'}"
:class=
"
{'period':true,'orange':statu==='orange','blue':statu==='blue','green':statu==='green'}"
>
{{
i
ndex
+
1
}}
期
</div>
>
{{
i
tem
.
times
}}
期
</div>
<img
v-if=
"statu === 'black'"
src=
"@/assets/contractInquire/black.png"
alt
class=
"left"
>
<img
v-if=
"statu === 'black'"
src=
"@/assets/contractInquire/black.png"
alt
class=
"left"
>
<img
v-if=
"statu === 'orange'"
src=
"@/assets/contractInquire/orange.png"
alt
class=
"left"
>
<img
v-if=
"statu === 'orange'"
src=
"@/assets/contractInquire/orange.png"
alt
class=
"left"
>
<img
v-if=
"statu === 'blue'"
src=
"@/assets/contractInquire/blue.png"
alt
class=
"left"
>
<img
v-if=
"statu === 'blue'"
src=
"@/assets/contractInquire/blue.png"
alt
class=
"left"
>
...
@@ -99,6 +99,7 @@ export default {
...
@@ -99,6 +99,7 @@ export default {
// 已结清 black , 逾期 orange , 还款中 blue , 未还款 green
// 已结清 black , 逾期 orange , 还款中 blue , 未还款 green
statu
:
'orange'
,
statu
:
'orange'
,
show
:
true
,
show
:
true
,
pop
:
{},
info
:
{},
info
:
{},
lists
:
[],
lists
:
[],
}
}
...
@@ -112,6 +113,7 @@ export default {
...
@@ -112,6 +113,7 @@ export default {
showModel
(
e
)
{
showModel
(
e
)
{
if
(
e
.
cf_item_name
===
'租金'
)
{
if
(
e
.
cf_item_name
===
'租金'
)
{
this
.
show
=
true
this
.
show
=
true
this
.
pop
=
e
}
}
},
},
selectMonth
(
e
)
{
selectMonth
(
e
)
{
...
...
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