rabin 2 years ago
parent
commit
105ad03a2f
1 changed files with 2 additions and 3 deletions
  1. 2 3
      service/agent/database/order.php

+ 2 - 3
service/agent/database/order.php

@@ -301,10 +301,9 @@ return array
             'default'   => '',
             'desc'      => '代理角色',
             'match'     => 'is_numeric',
-            'search'	=> 'select',
-            'update'    => 'checkbox',
+            'search'    => 'select',
+            'update'    => 'select',
             'option'    => $role,
-            //'list'      => true,
         ),
 
         'area'       => array