Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
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
a5d1d006
authored
Jun 24, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
c55bf7bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
37 deletions
src/views/PaySlips.vue
src/views/PaySlips.vue
View file @
a5d1d006
...
...
@@ -24,43 +24,24 @@
<div
class=
"box2"
id=
"main-content"
>
<div
class=
"child"
v-for=
"(itemY, indexY) in obj"
:key=
"indexY"
>
<div
class=
"data"
>
<div
class=
"month-list"
v-for=
"(itemM, indexM) in itemY.list"
:key=
"indexM"
>
<div
class=
"slary"
v-for=
"(itemD, indexD) in itemM.list"
:key=
"indexD"
>
<a
href=
"javascript:void(0)"
class=
"detail"
@
click=
"toDetail_click(itemD.id)"
>
<span
class=
"font2"
>
工资 |
{{
itemD
.
abbrName
}}
</span>
<span
class=
"font2"
>
¥
{{
Number
(
itemD
.
currentRealWage
).
toFixed
(
2
)
|
get_thousand_num
}}
</span
>
<span
class=
"arrow_right"
><img
src=
"../assets/images/agent/next_gray.png"
alt
/></span>
<div
class=
"month-list"
v-for=
"(itemM, indexM) in itemY.list"
:key=
"indexM"
>
<div
class=
"month font3"
>
<span>
服务商简称
</span>
<span>
工资
</span>
<span></span>
</div>
<div
class=
"slary"
v-for=
"(itemD, indexD) in itemM.list"
:key=
"indexD"
>
<a
href=
"javascript:void(0)"
class=
"detail"
@
click=
"toDetail_click(itemD.id)"
>
<span
class=
"font2"
>
{{
itemD
.
abbrName
}}
</span>
<span
class=
"font2"
>
¥
{{
Number
(
itemD
.
currentRealWage
).
toFixed
(
2
)
|
get_thousand_num
}}
</span>
<span
class=
"arrow_right"
><img
src=
"../assets/images/agent/next_gray.png"
alt
/></span>
</a>
</div>
<div
class=
"month"
>
<span
class=
"font1"
>
{{
itemY
.
year
}}
年-
{{
Number
(
itemM
.
month
)
}}
月
</span
>
<span
class=
"font1"
>
¥
{{
(
itemM
.
sum
?
itemM
.
sum
:
0
).
toFixed
(
2
)
|
get_thousand_num
}}
</span
>
<span
class=
"font1"
>
{{
itemY
.
year
}}
年-
{{
Number
(
itemM
.
month
)
}}
月
</span>
<span
class=
"font1"
>
¥
{{
(
itemM
.
sum
?
itemM
.
sum
:
0
).
toFixed
(
2
)
|
get_thousand_num
}}
</span>
<span></span>
</div>
</div>
...
...
@@ -356,15 +337,22 @@ body {
margin-top
:
16px
;
}
.font1
{
font-size
:
1
6
px
;
font-size
:
1
4
px
;
font-weight
:
600
;
color
:
#
3d4047
;
color
:
#
95989e
;
}
.font2
{
font-size
:
14px
;
color
:
#95989e
;
color
:
#3d4047
;
}
.font3
{
font-size
:
16px
;
font-weight
:
600
;
color
:
#3d4047
;
}
.child
{
...
...
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