rule_after.php 475 B

12345678910111213141516171819202122
  1. <?php
  2. return array
  3. (
  4. 'update' => array
  5. (
  6. 'field' => array
  7. (
  8. 'type' => array
  9. (
  10. 'type' => 'radio',
  11. 'remote' => 'upload/manage.getImage',
  12. ),
  13. 'type_id' => array
  14. (
  15. 'name' => '操作配置',
  16. 'type' => 'select',
  17. 'option' => array(),
  18. ),
  19. ),
  20. 'drag' => 'sort',
  21. ),
  22. );