1、一种是未分组展现
{
"customColumns": [
"one",
"two"
]
}
2、分组展现
{
"customColumns": [
{
"groupName": "天津",
"columns": [
"one",
"two"
]
},
{
"groupName": "北京",
"columns": [
"hebei",
"tianjin"
]
}
]
}
3、分组和未分组同时存在
{
"customColumns": [
{
"groupName": "保定",
"columns": [
"one",
"two"
]
},
{
"groupName": "北京",
"columns": [
"thinkpaid",
"huawei"
]
},
"three",
"apple"
]
}
1、一种是未分组展现
{
"customColumns": [
"one",
"two"
]
}
2、分组展现
{
"customColumns": [
{
"groupName": "天津",
"columns": [
"one",
"two"
]
},
{
"groupName": "北京",
"columns": [
"hebei",
"tianjin"
]
}
]
}
3、分组和未分组同时存在
{
"customColumns": [
{
"groupName": "保定",
"columns": [
"one",
"two"
]
},
{
"groupName": "北京",
"columns": [
"thinkpaid",
"huawei"
]
},
"three",
"apple"
]
}