array ( 'field' => array ( 'cate' => array ( 'rules' => true, 'type' => 'cascader', 'option' => 'Dever::call("content/cate.getList", array("api"))', 'remote' => 'api/cate.getApi', # 无需默认值 'remote_default' => false, ), 'api_id' => array ( 'rules' => true, 'type' => 'select', 'placeholder' => '选择接口', ), /* 'status' => array ( 'width' => '40', 'type' => 'switch', 'show' => '{status}', 'active_value' => 1, 'inactive_value' => 2, ),*/ ), 'drag' => 'sort', ), );