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
htoooth
2017-06-06 15:24:01 +0800
Commit
a75ab372fcf551379028030d4094ccde65b12a79
1 parent
326e761a
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
app/pages/repository/invoice/components/product-list.vue
app/pages/repository/invoice/store/product-table.js
app/pages/repository/invoice/components/product-list.vue
View file @
a75ab37
...
...
@@ -11,7 +11,6 @@
<script>
import service from 'invoice-service';
import _ from 'lodash';
import table from '../store/product-table';
export default {
...
...
app/pages/repository/invoice/store/product-table.js
View file @
a75ab37
...
...
@@ -199,4 +199,4 @@ let infoCols = function() {
export
default
{
cols
,
infoCols
}
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment