file.php 520 B

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'list' => [
  4. 'field' => [
  5. 'file',
  6. //'name',
  7. 'source_name',
  8. 'cate_id',
  9. 'save_id',
  10. 'rule_id',
  11. 'size',
  12. 'width',
  13. 'height',
  14. 'status',
  15. 'cdate',
  16. ],
  17. 'button' => [],
  18. 'data_button' => [],
  19. 'search' => [
  20. 'cate_id',
  21. //'name',
  22. 'file',
  23. 'source_name',
  24. 'status',
  25. ],
  26. ],
  27. ];