| 12345678910111213141516171819202122 | 
							- <?php
 
- return array
 
- (
 
-     'update' => array
 
-     (
 
-         'field'    => array
 
-         (
 
-             'type' => array
 
-             (
 
-                 'type' => 'radio',
 
-                 'remote' => 'upload/manage.getImage',
 
-             ),
 
-             'type_id' => array
 
-             (
 
-                 'name' => '操作配置',
 
-                 'type' => 'select',
 
-                 'option' => array(),
 
-             ),
 
-         ),
 
-         'drag' => 'sort',
 
-     ),
 
- );
 
 
  |