gaoluyang
2 天以前 92230c9a97dc9ce9df3313d11d26999c04bb6b26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
    "headers":[
        {
            "label": "最近活跃时间",
            "key": "col1"
        }, {
            "label": "人数",
            "key": "col2"
        }, {
            "label": "人数占比",
            "key": "col3"
        }, {
            "label": "活跃会员环比",
            "key": "col4"
        }, {
            "label": "活跃消费人数占比",
            "key": "col5"
        }
    ],
    "contents":[
        {
            "col1": "0-30天",
            "col2": "15350",
            "col3": "45",
            "col4": "9.5",
            "col5": "29"
        }, {
            "col1": "30-60天",
            "col2": "15350",
            "col3": "13",
            "col4": "-2.5",
            "col5": "-25"
        }, {
            "col1": "60-90天",
            "col2": "15371",
            "col3": "15",
            "col4": "-5.2",
            "col5": "63"
        }, {
            "col1": "90-120天",
            "col2": "12340",
            "col3": "12",
            "col4": "2.9",
            "col5": "-12"
        }, {
            "col1": "120-180天",
            "col2": "12360",
            "col3": "17",
            "col4": "3.5",
            "col5": "11"
        }
    ],
    "sortCol":[
        {
        "key": "col1",
        "isNumber": false
        }, {
            "key": "col2",
            "isNumber": true
        },
        {
            "key": "col3",
            "isNumber": true
        },
        {
            "key": "col4",
            "isNumber": true
        },
        {
            "key": "col5",
            "isNumber": true
        }
    ],
    "computedCol":["col2","col3","col4","col5"],
    "formatCol":[{
        "key": "col3",
        "template": "#col3#%",
        "bottomComputedFormat": true
    }, {
        "key": "col4",
        "template": "#col4#%",
        "bottomComputedFormat": true
    }, {
        "key": "col5",
        "template": "#col5#%",
        "bottomComputedFormat": true
    }]
}