app_func_work.php 748 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. return [
  3. 'update' => [
  4. 'field' => [
  5. 'platform_id' => [
  6. 'rules' => true,
  7. 'type' => 'select',
  8. 'remote' => 'api/manage.getApi',
  9. # 无需默认值
  10. 'remote_default' => false,
  11. ],
  12. 'api_id' => [
  13. 'rules' => true,
  14. 'type' => 'select',
  15. 'placeholder' => '选择接口',
  16. ],
  17. /*
  18. 'status' => [
  19. 'width' => '40',
  20. 'type' => 'switch',
  21. 'show' => '{status}',
  22. 'active_value' => 1,
  23. 'inactive_value' => 2,
  24. ],*/
  25. ],
  26. 'drag' => 'sort',
  27. ],
  28. ];