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
李奇
2018-09-20 10:18:02 +0800
Commit
0cf1b99cbc79a970c481869e05f3b80e7a4f895f
1 parent
b0ec2106
修正
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pages/kol/reconciliation-list/list.vue
app/pages/kol/reconciliation-list/list.vue
View file @
0cf1b99
...
...
@@ -116,7 +116,7 @@ export default {
</div>
);
} else {
return
'暂无'
;
return
<span>{'暂无'}</span>
;
}
}
}, {
...
...
Please
register
or
login
to post a comment