rabin 5 years ago
parent
commit
3457dd88dd
1 changed files with 4 additions and 4 deletions
  1. 4 4
      database/data.php

+ 4 - 4
database/data.php

@@ -107,9 +107,9 @@ return array
             'desc'      => '投放系统',
             'match'     => 'is_numeric',
             'option'    => $system,
-            'update'    => 'radio',
-            'search'    => 'select',
-            'list'      => true,
+            //'update'    => 'radio',
+            //'search'    => 'select',
+            //'list'      => true,
         ),
 
         'ad_type'      => array
@@ -134,7 +134,7 @@ return array
             'option'    => $type,
             'update'    => 'radio',
             'search'    => 'select',
-            //'list'      => true,
+            'list'      => true,
             'control'   => 'type',
         ),