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 @@ 发送图文消息 批量设置分组 批量设置标签 - 发送优惠券 - + + + +
- - - + + + + - - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + + @@ -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