123456789101112131415161718192021222324252627 |
- <?php
- return [
- [
- 'menu_id' => 56,
- 'menu_title' => '商机管理',
- 'children' => [
- [
- 'key' => 'relationship_level',
- 'title' => '关系程度',
- ],
- [
- 'key' => 'is_company_title',
- 'title' => '是否公司',
- ],
- [
- 'key' => 'customer_type',
- 'title' => '商机类型',
- ],
- [
- 'key' => 'intention',
- 'title' => '意向程度',
- ],
- ]
- ],
- ];
|