Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
1fc5fb35
Commit
1fc5fb35
authored
Aug 30, 2022
by
liujinsa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
c1dc485e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
src/pages/stateAccountList/index.vue
+10
-7
No files found.
src/pages/stateAccountList/index.vue
View file @
1fc5fb35
<
template
>
<!-- uooya对账单定制 -->
<div
class=
"statementAccount"
>
<div
class=
"stateList"
v-for=
"(item,index) in list"
:key=
"index"
>
<div
class=
"dateHeader"
>
<p>
{{
item
.
year
}}
</p>
</div>
<div
class=
"monthList flex flex-cen flex-btw van-hairline--bottom"
v-for=
"(monthItem,index1) in item.month"
:key=
"index1"
>
<div
class=
"state"
>
{{
monthItem
}}
月账单
</div>
<van-button
@
click=
"downloadPdf(item.year + monthItem)"
>
下载
</van-button>
<div
v-if=
"list && list.length>0"
>
<div
class=
"stateList"
v-for=
"(item,index) in list"
:key=
"index"
>
<div
class=
"dateHeader"
>
<p>
{{
item
.
year
}}
</p>
</div>
<div
class=
"monthList flex flex-cen flex-btw van-hairline--bottom"
v-for=
"(monthItem,index1) in item.month"
:key=
"index1"
>
<div
class=
"state"
>
{{
monthItem
}}
月账单
</div>
<van-button
@
click=
"downloadPdf(item.year + monthItem)"
>
下载
</van-button>
</div>
</div>
</div>
<div
v-else
style=
"margin:20px auto;font-size:14px;text-align:center"
>
暂无数据
</div>
</div>
</
template
>
...
...
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