Bläddra i källkod

二期新页面文件创建

htc 18 timmar sedan
förälder
incheckning
d9be8eee19

+ 11 - 0
src/assets/scss/global.scss

@@ -55,4 +55,15 @@
     line-height: 36px;
     text-align: center;
     cursor: pointer;
+}
+
+.el-submenu__icon-arrow{
+    right: 0 !important;
+}
+
+aside{
+    padding: 8px 14px 8px 24px !important;
+}
+.el-menu-item,.el-submenu__title{
+    padding: 0 20px 0 0px !important;
 }

+ 1 - 1
src/views/main-sidebar-sub-menu.vue

@@ -87,7 +87,7 @@ export default {
 </style>
 <style lang="scss" scoped>
   ::v-deep .el-menu-item {
-    padding-left: 50px!important;
+    padding-left: 30px!important;
   }
 
   .onws {

+ 17 - 0
src/views/modules/advertising.vue

@@ -0,0 +1,17 @@
+<template>
+    <div class="agent_page">
+        <h3>广告位管理</h3>
+    </div>
+</template>
+
+<script setup name="">
+    import { ref, getCurrentInstance } from 'vue'
+    const { proxy } = getCurrentInstance();
+    
+</script>
+
+<style scoped lang="scss">
+    .page{
+        padding: 16px;
+    }
+</style>

+ 15 - 0
src/views/modules/business/bill.vue

@@ -0,0 +1,15 @@
+<template>
+    <div class="agent_page">
+        <h3>账单明细</h3>
+    </div>
+</template>
+
+<script setup name="">
+    import { ref, getCurrentInstance } from 'vue'
+    const { proxy } = getCurrentInstance();
+    
+</script>
+
+<style scoped lang="scss">
+    
+</style>

+ 15 - 0
src/views/modules/business/commodity.vue

@@ -0,0 +1,15 @@
+<template>
+    <div class="agent_page">
+        <h3>商品管理</h3>
+    </div>
+</template>
+
+<script setup name="">
+    import { ref, getCurrentInstance } from 'vue'
+    const { proxy } = getCurrentInstance();
+    
+</script>
+
+<style scoped lang="scss">
+    
+</style>

+ 15 - 0
src/views/modules/business/order.vue

@@ -0,0 +1,15 @@
+<template>
+    <div class="agent_page">
+        <h3>订单管理</h3>
+    </div>
+</template>
+
+<script setup name="">
+    import { ref, getCurrentInstance } from 'vue'
+    const { proxy } = getCurrentInstance();
+    
+</script>
+
+<style scoped lang="scss">
+    
+</style>

src/views/modules/agent/channel.vue → src/views/modules/register/channel.vue


src/views/modules/agent/registerRecord.vue → src/views/modules/register/registerRecord.vue


+ 17 - 0
src/views/modules/statistics/order.vue

@@ -0,0 +1,17 @@
+<template>
+    <div class="page">
+        <h3>订单统计</h3>
+    </div>
+</template>
+
+<script setup name="">
+    import { ref, getCurrentInstance } from 'vue'
+    const { proxy } = getCurrentInstance();
+    
+</script>
+
+<style scoped lang="scss">
+    .page{
+        padding: 16px;
+    }
+</style>

+ 17 - 0
src/views/modules/statistics/userProfiling.vue

@@ -0,0 +1,17 @@
+<template>
+    <div class="page">
+        <h3>用户分析</h3>
+    </div>
+</template>
+
+<script setup name="">
+    import { ref, getCurrentInstance } from 'vue'
+    const { proxy } = getCurrentInstance();
+    
+</script>
+
+<style scoped lang="scss">
+    .page{
+        padding: 16px;
+    }
+</style>

+ 17 - 0
src/views/modules/wechatUser.vue

@@ -0,0 +1,17 @@
+<template>
+    <div class="agent_page">
+        <h3>小程序用户管理</h3>
+    </div>
+</template>
+
+<script setup name="">
+    import { ref, getCurrentInstance } from 'vue'
+    const { proxy } = getCurrentInstance();
+    
+</script>
+
+<style scoped lang="scss">
+    .page{
+        padding: 16px;
+    }
+</style>