2026-04-16 13:29:07 +08:00

51 lines
1.4 KiB
XML

{
"widgettype": "TabPanel",
"options": {
"title": "客户管理"
},
"subwidgets": [
{
"widgettype": "CRUD",
"options": {
"title": "客户档案",
"url": "{{entire_url(customers_list)}}"
}
},
{
"widgettype": "CRUD",
"options": {
"title": "客户交接",
"url": "{{entire_url(handover_list)}}"
}
},
{
"widgettype": "CRUD",
"options": {
"title": "客户公海池",
"url": "{{entire_url(customer_pool_list)}}"
}
},
{
"widgettype": "Panel",
"options": {
"title": "客户360度视图"
},
"subwidgets": [
{
"widgettype": "Form",
"options": {
"title": "客户查询",
"fields": [
{
"name": "customer_id",
"label": "客户ID",
"type": "text"
}
],
"onSubmit": "get_customer_360_view"
}
}
]
}
]
}