Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
杨延青
2017-11-21 15:05:51 +0800
Commit
eb93543dd65a6da11129078d844c913fec8059d4
2 parents
f084aaa5
06a9770f
Merge branch 'feature/20171121' into 'master'
数据报表导出按钮显示 See merge request
!82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/pages/statistics/product/product.vue
app/pages/statistics/shop/shop.vue
app/pages/statistics/product/product.vue
View file @
eb93543
...
...
@@ -17,7 +17,7 @@
<div slot="content">
* 仅支持历史数据,时间跨度不得超过30天
</div>
<Button type="primary" @click="exportFile"
style="display: none"
>导出</Button>
<Button type="primary" @click="exportFile">导出</Button>
</Poptip>
</filter-item>
</layout-filter>
...
...
app/pages/statistics/shop/shop.vue
View file @
eb93543
...
...
@@ -15,7 +15,7 @@
<a href="javascript:;" @click="() => {changeLimit(7)}">近7天</a>
<a href="javascript:;" @click="() => {changeLimit(30)}">近30天</a>
</div>
<Poptip trigger="hover" placement="bottom-end"
style="display: none;"
>
<Poptip trigger="hover" placement="bottom-end">
<div slot="content">
* 仅支持导出历史数据,时间跨度不得超过30天
</div>
...
...
Please
register
or
login
to post a comment