浏览代码

优化数据

yuhao 2 年之前
父节点
当前提交
aa946ff67b
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 3 1
      src/views/BprogramAmount/BprogramAmount.vue
  2. 2 2
      src/views/demo02.vue
  3. 0 2
      src/views/programAmount/programAmount.vue

+ 3 - 1
src/views/BprogramAmount/BprogramAmount.vue

@@ -29,7 +29,7 @@ export default {
29
           left: "7%",
29
           left: "7%",
30
           right: "4%",
30
           right: "4%",
31
           bottom: "3%",
31
           bottom: "3%",
32
-          top:'1%',
32
+          top: "1%",
33
           containLabel: true,
33
           containLabel: true,
34
         },
34
         },
35
         xAxis: [
35
         xAxis: [
@@ -48,6 +48,7 @@ export default {
48
               "单次两个项目",
48
               "单次两个项目",
49
               "三次到店用户数",
49
               "三次到店用户数",
50
               "两次到店用户数",
50
               "两次到店用户数",
51
+              "美妆购买总用户数",
51
               "总用户数",
52
               "总用户数",
52
             ],
53
             ],
53
           },
54
           },
@@ -81,6 +82,7 @@ export default {
81
               this.listData.two_project,
82
               this.listData.two_project,
82
               this.listData.user_three,
83
               this.listData.user_three,
83
               this.listData.user_two,
84
               this.listData.user_two,
85
+              this.listData.beauty_products,
84
               this.listData.total_user,
86
               this.listData.total_user,
85
             ],
87
             ],
86
           },
88
           },

+ 2 - 2
src/views/demo02.vue

@@ -420,12 +420,12 @@ export default {
420
       height: 100%;
420
       height: 100%;
421
       margin-right: 15px;
421
       margin-right: 15px;
422
       .center-top {
422
       .center-top {
423
-        height: 41%;
423
+        height: 38%;
424
         width: 100%;
424
         width: 100%;
425
       }
425
       }
426
       .center-center {
426
       .center-center {
427
         margin-top: 15px;
427
         margin-top: 15px;
428
-        height: 30%;
428
+        height: 33%;
429
         width: 100%;
429
         width: 100%;
430
       }
430
       }
431
       .center-bottom {
431
       .center-bottom {

+ 0 - 2
src/views/programAmount/programAmount.vue

@@ -53,7 +53,6 @@ export default {
53
               "付费总用户数",
53
               "付费总用户数",
54
               "充值总用户数",
54
               "充值总用户数",
55
               "多次卡购买总用户数",
55
               "多次卡购买总用户数",
56
-              "美妆购买总用户数",
57
               "新注册用户数",
56
               "新注册用户数",
58
               "新测肤用户数",
57
               "新测肤用户数",
59
             ],
58
             ],
@@ -88,7 +87,6 @@ export default {
88
               this.listData.total_consumer_user,
87
               this.listData.total_consumer_user,
89
               this.listData.total_recharge_user,
88
               this.listData.total_recharge_user,
90
               this.listData.total_time_card,
89
               this.listData.total_time_card,
91
-              this.listData.beauty_products,
92
               this.listData.new_user,
90
               this.listData.new_user,
93
               this.listData.new_skin,
91
               this.listData.new_skin,
94
             ],
92
             ],