mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-26 12:39:36 +08:00
我们发布啦
This commit is contained in:
0
admin/src/views/datas/datamark/index.vue
Normal file
0
admin/src/views/datas/datamark/index.vue
Normal file
15
admin/src/views/datas/index.vue
Normal file
15
admin/src/views/datas/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
|
||||
</style>
|
||||
13
admin/src/views/datas/transaction/goods/index.vue
Normal file
13
admin/src/views/datas/transaction/goods/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>商品数据</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
|
||||
</style>
|
||||
15
admin/src/views/datas/transaction/index.vue
Normal file
15
admin/src/views/datas/transaction/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
|
||||
</style>
|
||||
13
admin/src/views/datas/transaction/order/index.vue
Normal file
13
admin/src/views/datas/transaction/order/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>订单数据</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user