Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1fe6ffb7
authored
Apr 20, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://gitlab.corp.qinqinxiaobao.com:9880/hrs_app_h5/bill
parents
b3b88867
72c5442d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
src/views/More/index.vue
src/views/More/index.vue
View file @
1fe6ffb7
...
...
@@ -10,11 +10,11 @@
<div
class=
"header_content"
>
<div
class=
"fund"
>
<span>
账户余额
</span>
<i>
1,000.00
</i>
<i>
{{
data
.
balance
}}
</i>
</div>
<div
class=
"paid"
>
<span>
待付金额
</span>
<i
class=
"paid_color"
>
200.00
</i>
<i
class=
"paid_color"
>
{{
data
.
toBePayAmount
}}
</i>
</div>
</div>
<div
class=
"header_info"
>
...
...
@@ -37,11 +37,11 @@
</div>
<p>
<span>
应付金额
</span>
<i>
600.00
</i>
<i>
{{
data
.
detail
.
toPayAmount
}}
</i>
</p>
<p>
<span>
待付金额
</span>
<i>
{{
topay
}}
</i>
<i>
{{
data
.
detial
.
toBePayAmount
}}
</i>
</p>
</div>
</div>
...
...
@@ -60,8 +60,13 @@ export default {
data
()
{
return
{
title
:
"人事服务"
,
data
:
{
topay
:
0
data
:{
balance
:
0
,
toBePayAmount
:
0
,
detail
:{
toPayAmount
:
0
,
toBePayAmount
:
0
}
}
};
},
...
...
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