From 9bacdaf2fcd88ed25ccf04297e8db881bb752abb Mon Sep 17 00:00:00 2001
From: 1748153932 <1748153932@qq.com>
Date: Fri, 29 Dec 2023 15:49:40 +0800
Subject: [PATCH] 651651
---
src/views/dashboard/components/baseInfo.vue | 164 ++++++++++----------
src/views/user/list/index.vue | 97 ++++++------
2 files changed, 130 insertions(+), 131 deletions(-)
diff --git a/src/views/dashboard/components/baseInfo.vue b/src/views/dashboard/components/baseInfo.vue
index 7963195..0c7e36a 100644
--- a/src/views/dashboard/components/baseInfo.vue
+++ b/src/views/dashboard/components/baseInfo.vue
@@ -14,18 +14,18 @@
:duration="3000"
class="card-panel-num"
/>
-
+
周环比:
{{ statisticsData.lastWeekRate.userNum ? (statisticsData.lastWeekRate.userNum*100*1000/1000).toFixed(2) : 0.00 }}%
-
+
昨日数据
- {{ statisticsData.yesterday.userNum }}
+ {{ statisticsData.yesterday.userNum }}
-
+
@@ -40,15 +40,15 @@
:duration="3000"
class="card-panel-num"
/>
-
+
周环比:
{{ statisticsData.lastWeekRate.visitNum ? (statisticsData.lastWeekRate.visitNum*100*1000/1000).toFixed(2) : 0.00 }}%
-
+
昨日数据
- {{ statisticsData.yesterday.visitNum }}
-
+
{{ statisticsData.yesterday.visitNum }}
+
@@ -65,7 +65,7 @@
:duration="3000"
class="card-panel-num"
/>
-
+
周环比:
{{ statisticsData.lastWeekRate.visitUserNum ? (statisticsData.lastWeekRate.visitUserNum*100*1000/1000).toFixed(2) : 0.00 }}%
@@ -73,8 +73,8 @@
昨日数据
- {{ statisticsData.yesterday.visitUserNum }}
-
+
{{ statisticsData.yesterday.visitUserNum }}
+
@@ -91,7 +91,7 @@
:duration="3000"
class="card-panel-num"
/>
-
+
周环比:
{{ statisticsData.lastWeekRate.storeNum ? (statisticsData.lastWeekRate.storeNum*100*1000/1000).toFixed(2) : 0.00 }}%
@@ -99,78 +99,78 @@
昨日数据
- {{ statisticsData.yesterday.storeNum }}
-
-
+ {{ statisticsData.yesterday.storeNum }}
+
+
-
-
-
-
-
- 商品管理
-
-
-
-
-
-
-
- 用户管理
-
-
-
-
-
-
-
- 订单管理
-
-
-
-
-
-
-
- 分销管理
-
-
-
-
-
-
-
- 一号通
-
-
-
-
-
-
-
- 文章管理
-
-
-
-
-
-
-
- 优惠券
-
-
-
-
-
-
-
- 系统设置
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -276,7 +276,7 @@ export default {
padding: 0 20px;
margin-top: 19px;
.card-panel-text {
- line-height: 18px;
+ line-height: 18px;
margin-bottom: 12px;
font-weight: normal;
align-items: center;
diff --git a/src/views/user/list/index.vue b/src/views/user/list/index.vue
index 5997790..0c77764 100644
--- a/src/views/user/list/index.vue
+++ b/src/views/user/list/index.vue
@@ -4,11 +4,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -143,10 +143,10 @@
发送图文消息
批量设置分组
批量设置标签
- 发送优惠券
-
+
+
+
+
-
-
- {{ row.is_svip > 0 ? '是' : '否' }}
-
-
+
+
+
+
-
-
- {{ row.member ? row.member.brokerage_name : '-' }}
-
-
-
-
- {{ row.group ? row.group.group_name : '无' }}
-
-
+
+
+
+
+
+
+
+
+
+
{{ row.spread ? row.spread.nickname + ' / ' + row.spread.uid : '-' }}
-
-
- {{
- row.user_type === 'routine' ? '小程序' : row.user_type === 'wechat' ? '公众号' : row.user_type === 'app' || row.user_type === 'App' ? 'App' : row.user_type === 'pc' ? 'PC' : 'H5'
- }}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
用户详情
- 设置余额
-
- 设置积分
-
- 清除等级
- 设置分组
-
- 设置标签
-
+
+
+
+
+
+
+
+
+
设置用户合作方角色
修改推荐人
修改密码
- 编辑会员等级
-
- 付费会员设置
-
+
+
+
+
@@ -829,7 +828,7 @@ export default {
},
wmc(value) {
this.dialogVisible = true
- this.uid2 = value.uid
+ this.uid2 = val
userLstApi11(value.uid).then(res => {
this.ulist = res.data.option
this.sel = res.data.partner_id