初始化仓库

This commit is contained in:
tao
2025-12-18 14:11:48 +08:00
parent e96f277a68
commit 54ec472bd4
1107 changed files with 158756 additions and 0 deletions

57
pages/json/wechat/6.json Normal file
View File

@@ -0,0 +1,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
}
]
}