gaoluyang
3 天以前 5f5486731922637d9522b41dc54d932fdd29ebc4
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
{
    "headers":[
        {
            "label": "活动名称",
            "key": "col1"
        }, {
            "label": "员工总任务",
            "key": "col2"
        }, {
            "label": "员工完成数",
            "key": "col3"
        }, {
            "label": "完成率",
            "key": "col4"
        }
    ],
    "contents":[
        {
            "col1": "周末秒杀",
            "col2": "450",
            "col3": "420",
            "col4": "99%"
        }, {
            "col1": "摇号活动",
            "col2": "430",
            "col3": "1390",
            "col4": "90%"
        }, {
            "col1": "早间问候",
            "col2": "450",
            "col3": "430",
            "col4": "95%"
        }, {
            "col1": "汇总",
            "col2": "1330",
            "col3": "1240",
            "col4": "93%"
        }
    ],
    "sortCol":[
        {
        "key": "col1",
        "isNumber": false
        }, {
            "key": "col2",
            "isNumber": true
        },
        {
            "key": "col3",
            "isNumber": true
        },
        {
            "key": "col4",
            "isNumber": true
        }
    ]
}