code.php 856 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. return array
  3. (
  4. 'list' => array
  5. (
  6. 'field' => array
  7. (
  8. 'index' => array
  9. (
  10. 'name' => '序号',
  11. ),
  12. 'account',
  13. 'code',
  14. 'record' => array
  15. (
  16. 'type' => 'popover',
  17. 'title' => '查看',
  18. 'location' => 'left',
  19. 'show' => 'Dever::load("msg/manage")->showRecord("{id}")',
  20. ),
  21. 'status',
  22. 'cdate',
  23. ),
  24. 'button' => array
  25. (
  26. //'新增' => 'fastadd',
  27. ),
  28. 'data_button' => array
  29. (
  30. //'设置' => 'fastedit',
  31. ),
  32. 'search' => array
  33. (
  34. 'account',
  35. 'code',
  36. 'status',
  37. )
  38. ),
  39. );