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
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2017-07-28 09:21:50 +0800
Commit
7629756945918034faeb835f8bec98857c07752d
1 parent
fc8eec2e
layout
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 additions
and
10 deletions
app/pages/layout.vue
app/pages/repository/diff-iframe/diff.vue
app/pages/statistics/outinstore-iframe/outinstore.vue
app/pages/statistics/overview-iframe/overview.vue
app/pages/statistics/sale-iframe/sale.vue
app/pages/statistics/stock-iframe/stock.vue
app/pages/layout.vue
View file @
7629756
...
...
@@ -136,6 +136,7 @@ body {
background: #fff;
border-radius: 4px;
flex: auto;
position: relative;
}
.layout-copy {
...
...
app/pages/repository/diff-iframe/diff.vue
View file @
7629756
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/storehouse/workorder/index`"></iFrame>
</layout-body>
</template>
...
...
app/pages/statistics/outinstore-iframe/outinstore.vue
View file @
7629756
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/report/importExportStock`"></iFrame>
</layout-body>
</template>
...
...
app/pages/statistics/overview-iframe/overview.vue
View file @
7629756
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/report/businessOverview`"></iFrame>
</layout-body>
</template>
...
...
app/pages/statistics/sale-iframe/sale.vue
View file @
7629756
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/report/businessSale`"></iFrame>
</layout-body>
</template>
...
...
app/pages/statistics/stock-iframe/stock.vue
View file @
7629756
<template>
<layout-body>
<iFrame :src="`${$config.shopsFeDomain}/report/stock`"></iFrame>
</layout-body>
</template>
...
...
Please
register
or
login
to post a comment