| 12345678910111213141516171819202122232425262728293031 |
- [{
- "text": "企业",
- "iconCls": "x-sa sa-accountCenter",
- "items": [{
- "text": "查询",
- "items": [{
- "id": "company",
- "text": "企业信息",
- "viewType": "account-company-querypanel"
- }, {
- "id": "account",
- "text": "用户信息",
- "viewType": "account-account-querypanel"
- }]
- }, {
- "text": "报表",
- "items": [{
- "id": "report-company",
- "text": "企业活跃度一览表",
- "viewType": "operation-report-company"
- },{
- "id": "report-account",
- "text": "用户活跃度一览表",
- "viewType": "operation-report-account"
- }]
- }]
- }, {
- "text": "设置",
- "iconCls": "x-sa sa-setting",
- "items": []
- }]
|