|
@@ -4,9 +4,16 @@
|
|
|
<div class="user-wrap">
|
|
<div class="user-wrap">
|
|
|
<div class="user-top">
|
|
<div class="user-top">
|
|
|
<div class="app-size-28">今日概况</div>
|
|
<div class="app-size-28">今日概况</div>
|
|
|
- <div @click="pageTo('/admin/setting/password')">
|
|
|
|
|
- <app-avatar-module :src="avatarImg | default_avatar" :width="80" />
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <view class="open-bt_bx">
|
|
|
|
|
+ <view class="">
|
|
|
|
|
+ <i class="iconfont iconfenxiang"></i>
|
|
|
|
|
+ 商城分享
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view>
|
|
|
|
|
+ <i class="iconfont iconshoukuanma"></i>
|
|
|
|
|
+ 收款
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="income-amount" @click="pageTo('/admin/assets/list')">
|
|
<div class="income-amount" @click="pageTo('/admin/assets/list')">
|
|
|
<div>收入金额</div>
|
|
<div>收入金额</div>
|
|
@@ -82,7 +89,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- <fab-module /> -->
|
|
<!-- <fab-module /> -->
|
|
|
<!-- 续费遮罩层 -->
|
|
<!-- 续费遮罩层 -->
|
|
|
- <modal-module :show="renewMask" :custom="true" :maskClosable="true" padding="30rpx 30rpx">
|
|
|
|
|
|
|
+ <modal-module
|
|
|
|
|
+ :show="renewMask"
|
|
|
|
|
+ :custom="true"
|
|
|
|
|
+ :maskClosable="true"
|
|
|
|
|
+ padding="30rpx 30rpx">
|
|
|
<template>
|
|
<template>
|
|
|
<div class="renew-wrap">
|
|
<div class="renew-wrap">
|
|
|
<div class="renew-wrap-text">你的账号已到期</div>
|
|
<div class="renew-wrap-text">你的账号已到期</div>
|
|
@@ -152,35 +163,40 @@ export default {
|
|
|
],
|
|
],
|
|
|
// tab按钮
|
|
// tab按钮
|
|
|
tabsData: [
|
|
tabsData: [
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: "商品",
|
|
|
|
|
+ // img: `${this.$constant.imgUrl}/retail/admin/tab-icon-1.png`,
|
|
|
|
|
+ // url: "/admin/goodsManage/list"
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: "老带新",
|
|
|
|
|
+ // img: `${this.$constant.imgUrl}/retail/admin/tab-icon-2.png`,
|
|
|
|
|
+ // url: "/admin/interest/invite"
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: "优惠券",
|
|
|
|
|
+ // img: `${this.$constant.imgUrl}/retail/admin/tab-icon-3.png`,
|
|
|
|
|
+ // url: "/admin/coupon/list"
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: "广告",
|
|
|
|
|
+ // img: `${this.$constant.imgUrl}/retail/admin/tab-icon-4.png`,
|
|
|
|
|
+ // url: "/admin/ad/list"
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: "图库",
|
|
|
|
|
+ // img: `${this.$constant.imgUrl}/retail/admin/tab-icon-1.png`,
|
|
|
|
|
+ // url: "/admin/goodsManage/img-store"
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: "数据统计",
|
|
|
|
|
+ // img: `${this.$constant.imgUrl}/retail/admin/tab-icon-5.png`,
|
|
|
|
|
+ // url: "/admin/statistics/demo"
|
|
|
|
|
+ // },
|
|
|
{
|
|
{
|
|
|
- name: "商品",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-1.png`,
|
|
|
|
|
- url: "/admin/goodsManage/list"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- name: "老带新",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-2.png`,
|
|
|
|
|
- url: "/admin/interest/invite"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- name: "优惠券",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-3.png`,
|
|
|
|
|
- url: "/admin/coupon/list"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- name: "广告",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-4.png`,
|
|
|
|
|
- url: "/admin/ad/list"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- name: "图库",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-1.png`,
|
|
|
|
|
- url: "/admin/goodsManage/img-store"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- name: "数据统计",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-5.png`,
|
|
|
|
|
- url: "/admin/statistics/demo"
|
|
|
|
|
|
|
+ name: "库存预警",
|
|
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/mds.png`,
|
|
|
|
|
+ url: "/admin/staff/list"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: "员工",
|
|
name: "员工",
|
|
@@ -197,16 +213,16 @@ export default {
|
|
|
img: `${this.$constant.imgUrl}/retail/admin/tab-icon-511.png`,
|
|
img: `${this.$constant.imgUrl}/retail/admin/tab-icon-511.png`,
|
|
|
url: "/admin/interest/my-invite"
|
|
url: "/admin/interest/my-invite"
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- name: "进货",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-7.png`,
|
|
|
|
|
- url: "/admin/shop/list"
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- name: "设置",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-8.png`,
|
|
|
|
|
- url: "/admin/setting/list"
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: "进货",
|
|
|
|
|
+ // img: `${this.$constant.imgUrl}/retail/admin/tab-icon-7.png`,
|
|
|
|
|
+ // url: "/admin/shop/list"
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: "设置",
|
|
|
|
|
+ // img: `${this.$constant.imgUrl}/retail/admin/tab-icon-8.png`,
|
|
|
|
|
+ // url: "/admin/setting/list"
|
|
|
|
|
+ // }
|
|
|
],
|
|
],
|
|
|
// 总览
|
|
// 总览
|
|
|
totalData: [
|
|
totalData: [
|
|
@@ -240,9 +256,9 @@ export default {
|
|
|
computed: {
|
|
computed: {
|
|
|
...mapGetters({ userInfo: "getUser" }),
|
|
...mapGetters({ userInfo: "getUser" }),
|
|
|
...mapGetters({ loginInfo: "getLoginInfo" }),
|
|
...mapGetters({ loginInfo: "getLoginInfo" }),
|
|
|
- avatarImg() {
|
|
|
|
|
- return this.$util.isEmpty(this.loginInfo) ? "" : this.loginInfo.avatar;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // avatarImg() {
|
|
|
|
|
+ // return this.$util.isEmpty(this.loginInfo) ? "" : this.loginInfo.avatar;
|
|
|
|
|
+ // }
|
|
|
},
|
|
},
|
|
|
onLoad(option) {
|
|
onLoad(option) {
|
|
|
},
|
|
},
|
|
@@ -334,9 +350,27 @@ export default {
|
|
|
.user-top {
|
|
.user-top {
|
|
|
// padding-top: 20px;
|
|
// padding-top: 20px;
|
|
|
@include disFlex(center, space-between);
|
|
@include disFlex(center, space-between);
|
|
|
|
|
+ .open-bt_bx {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ & > view {
|
|
|
|
|
+ border: 1px solid #FFFFFF;
|
|
|
|
|
+ border-radius: 22px;
|
|
|
|
|
+ padding: 10px 17px;
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
|
+ font-family: PingFang SC;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
|
+ margin: 0 10px;
|
|
|
|
|
+ & > .iconfont {
|
|
|
|
|
+ font-size: 26px;
|
|
|
|
|
+ padding-right: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.income-amount {
|
|
.income-amount {
|
|
|
- margin-top: 14px;
|
|
|
|
|
|
|
+ margin-top: 39px;
|
|
|
margin-bottom: 40px;
|
|
margin-bottom: 40px;
|
|
|
.price {
|
|
.price {
|
|
|
font-size: 50px;
|
|
font-size: 50px;
|
|
@@ -454,4 +488,5 @@ export default {
|
|
|
font-size: 34px;
|
|
font-size: 34px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
</style>
|
|
</style>
|