Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-fe2
·
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
xuhongyun
2017-06-08 11:17:08 +0800
Commit
18c1394ce4c1d7b53098c3bf83c014522150c577
1 parent
ba42e2db
去掉面包屑
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
code/apps/report/client/ImportExportStock/app.vue
code/apps/report/client/Stock/app.vue
code/apps/report/client/ImportExportStock/app.vue
View file @
18c1394
<template>
<com-pageheader :title="'报表管理'" :sub-title="'出入库管理'"></com-pageheader>
<com-tab :rows="tab.rows" :active.sync="tab.active"></com-tab>
<div v-show="tab.active==0">
<uc-import></uc-import>
...
...
code/apps/report/client/Stock/app.vue
View file @
18c1394
<template>
<com-pageheader :title="'报表管理'" :sub-title="'库存管理'"></com-pageheader>
<div class="contentpanel shopsReport">
<div class="panel">
<div class="panel-heading">
...
...
Please
register
or
login
to post a comment