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
84f7e79d
Commit
84f7e79d
authored
Nov 07, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
17f1cf89
7b9219b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
41 deletions
+50
-41
refund.vue
src/pages/contractRepayment/refund.vue
+50
-41
No files found.
src/pages/contractRepayment/refund.vue
View file @
84f7e79d
...
...
@@ -9,7 +9,7 @@
<
template
>
<h-view
id=
"repay-plan"
class=
"public-style"
>
<transition
name=
"trans"
>
<div
v-show=
"show"
class=
"modal-show"
>
<div
v-show=
"show"
class=
"modal-show"
@
click=
"show=false"
>
<div
class=
"down"
>
<table>
<tr>
...
...
@@ -51,7 +51,7 @@
v-for=
"(item,index) in lists"
:key=
"index"
:class=
"
{'plan-list':true,'or':statu==='orange','bl':statu==='blue','gr':statu==='green'}"
@click
=
"showModel"
@click
=
"showModel"
>
<div
:class=
"
{'period':true,'orange':statu==='orange','blue':statu==='blue','green':statu==='green'}"
...
...
@@ -71,10 +71,16 @@
<span>
{{
item
.
pay_method
}}
</span>
</p>
<div
class=
"name"
>
<p>
应还金额
<span>
已还金额
</span></p>
<p>
{{
item
.
due_amount
|
currency
}}
<span
<p>
应还金额
<span>
已还金额
</span>
</p>
<p>
{{
item
.
due_amount
|
currency
}}
<span
:class=
"
{'orang':statu==='orange','blu':statu==='blue','gree':statu==='green'}"
>
{{
item
.
received_amount
|
currency
}}
</span></p>
>
{{
item
.
received_amount
|
currency
}}
</span>
</p>
</div>
</div>
...
...
@@ -145,7 +151,7 @@ export default {
width: 100%;
height: 100%;
position: absolute;
z-index:
900
;
z-index:
666
;
background-color: rgba(56, 63, 69, 0.3);
display: flex;
justify-content: center;
...
...
@@ -154,29 +160,32 @@ export default {
position: relative;
width: 314px;
height: 119px;
z-index: 999;
background-size: 301px 24.7px;
background-color: #fff;
table{
width:100%;
table
{
width:
100%;
text-align: center;
tr:first-child{
height:46px;
text-indent: 10px;
tr:first-child {
height: 46px;
line-height: 46px;
font-family: PingFangSC-Semibold;
font-size: 14px;
color: #1D3FFF;
font-size: 14px;
color: #1d3fff;
font-weight: 600;
border-bottom: 1px solid #D9DBDF;
}
tr{
width:100%;
height:36px;
tr
{
width:
100%;
height:
36px;
line-height: 36px;
display: flex;
justify-content: space-between;
text-align: center;
}
td,th
{
display: flex
;
justify-content: center
;
td
{
font-family: PingFangSC-Regular
;
font-size: 13px
;
color: #4B4A4B;
}
}
}
...
...
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