30 lines
458 B
JSON
30 lines
458 B
JSON
{
|
|
"widgettype":"Tree",
|
|
"options":{
|
|
"idField":"name",
|
|
"textField":"label",
|
|
"data":[
|
|
{
|
|
"is_leaf":true,
|
|
"name":"crm",
|
|
"label":"客户关系管理"
|
|
},
|
|
{
|
|
"is_leaf":true,
|
|
"name":"sale_achievement",
|
|
"label":"销售业绩"
|
|
},
|
|
{
|
|
"is_leaf":true,
|
|
"name":"invitecode",
|
|
"label":"生成邀请码"
|
|
},
|
|
{
|
|
"is_leaf":true,
|
|
"name":"customer_trace",
|
|
"label":"客户踪迹,浏览记录"
|
|
}
|
|
]
|
|
}
|
|
}
|