Ver código fonte

优化数据

yuhao 2 anos atrás
pai
commit
aa946ff67b

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

@@ -29,7 +29,7 @@ export default {
29 29
           left: "7%",
30 30
           right: "4%",
31 31
           bottom: "3%",
32
-          top:'1%',
32
+          top: "1%",
33 33
           containLabel: true,
34 34
         },
35 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 82
               this.listData.two_project,
82 83
               this.listData.user_three,
83 84
               this.listData.user_two,
85
+              this.listData.beauty_products,
84 86
               this.listData.total_user,
85 87
             ],
86 88
           },

+ 2 - 2
src/views/demo02.vue

@@ -420,12 +420,12 @@ export default {
420 420
       height: 100%;
421 421
       margin-right: 15px;
422 422
       .center-top {
423
-        height: 41%;
423
+        height: 38%;
424 424
         width: 100%;
425 425
       }
426 426
       .center-center {
427 427
         margin-top: 15px;
428
-        height: 30%;
428
+        height: 33%;
429 429
         width: 100%;
430 430
       }
431 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 87
               this.listData.total_consumer_user,
89 88
               this.listData.total_recharge_user,
90 89
               this.listData.total_time_card,
91
-              this.listData.beauty_products,
92 90
               this.listData.new_user,
93 91
               this.listData.new_skin,
94 92
             ],