customer_management/json/customer_pool_list.json
2026-04-16 13:29:07 +08:00

43 lines
1.4 KiB
JSON

{
"tblname": "customer_pool",
"alias": "customer_pool_list",
"title": "客户公海池",
"params": {
"sortby": ["recycled_at desc"],
"browserfields": {
"exclouded": ["id", "customer_id", "original_owner_id", "assigned_to", "created_at"],
"alters": {
"recycle_reason": {
"uitype": "code",
"data": [
{
"value": "inactive_days",
"text": "未跟进天数超限"
},
{
"value": "manual",
"text": "手动回收"
}
]
},
"pool_status": {
"uitype": "code",
"data": [
{
"value": "available",
"text": "可领取"
},
{
"value": "assigned",
"text": "已分配"
},
{
"value": "claimed",
"text": "已认领"
}
]
}
}
}
}
}