oa.php 592 B

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. [
  4. 'menu_id' => 56,
  5. 'menu_title' => '商机管理',
  6. 'children' => [
  7. [
  8. 'key' => 'relationship_level',
  9. 'title' => '关系程度',
  10. ],
  11. [
  12. 'key' => 'is_company_title',
  13. 'title' => '是否公司',
  14. ],
  15. [
  16. 'key' => 'customer_type',
  17. 'title' => '商机类型',
  18. ],
  19. [
  20. 'key' => 'intention',
  21. 'title' => '意向程度',
  22. ],
  23. ]
  24. ],
  25. ];