business.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. return [
  3. 'list'=>[
  4. 'name'=>'业务公司列表',
  5. "msg"=>"%s 业务公司列表",
  6. "resplace"=>[],
  7. ],
  8. 'create'=>[
  9. 'name'=>'创建业务公司',
  10. "msg"=>"%s 创建业务公司【%s】",
  11. "resplace"=>['company'],
  12. ],
  13. 'save'=>[
  14. 'name'=>'编辑业务公司',
  15. "msg"=>"%s 修改业务公司ID【%s】",
  16. "resplace"=>['id'],
  17. ],
  18. 'delete'=>[
  19. 'name'=>'删除业务公司',
  20. "msg"=>"%s 修改业务公司ID【%s】",
  21. "resplace"=>['id'],
  22. ],
  23. 'status'=>[
  24. 'name'=>'修改业务公司状态',
  25. "msg"=>"%s修改业务公司状态ID【%s】",
  26. "resplace"=>['id'],
  27. ],
  28. 'Auth'=>[
  29. 'name'=>'',
  30. "msg"=>"",
  31. "resplace"=>[],
  32. ],
  33. 'GetBusinessInfoByParam'=>[
  34. 'name'=>'',
  35. "msg"=>"",
  36. "resplace"=>[],
  37. ],
  38. ];