rule_after.php 383 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'update' => [
  4. 'field' => [
  5. 'type' => [
  6. 'type' => 'radio',
  7. 'remote' => 'upload/manage.getImage',
  8. ],
  9. 'type_id' => [
  10. 'name' => '操作配置',
  11. 'type' => 'select',
  12. 'option' => [],
  13. ],
  14. ],
  15. 'drag' => 'sort',
  16. ],
  17. ];