This website works better with JavaScript
Home
Explore
Help
Register
Sign In
drp
/
drp-ui
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
创建消耗单菜单
黄梓星
1 year ago
parent
5f71ae769c
commit
ed1f753e65
2 changed files
with
10 additions
and
0 deletions
Split View
Show Diff Stats
5
0
src/views/expend/customerExpend.vue
5
0
src/views/expend/customerExpendDetail.vue
+ 5
- 0
src/views/expend/customerExpend.vue
View File
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ <p>客户消耗单列表</p>
+ </div>
+</template>
+ 5
- 0
src/views/expend/customerExpendDetail.vue
View File
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ <p>客户消耗单详情</p>
+ </div>
+</template>