dever 7 سال پیش
والد
کامیت
277a41a12f
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      component/database/domain.php
  2. 2 2
      component/database/tester.php

+ 2 - 2
component/database/domain.php

@@ -61,9 +61,9 @@ return array
 			'name' 		=> '用户-不选择则获取所有用户',
 			'default' 	=> '',
 			'desc' 		=> '用户',
-			'match' 	=> 'is_string',
+			'match' 	=> 'option',
 			//'search'	=> 'order,fulltext',
-			'update'	=> 'checkbox',
+			//'update'	=> 'checkbox',
 			'option'	=> $user,
 			'list'		=> true,
 		),

+ 2 - 2
component/database/tester.php

@@ -60,9 +60,9 @@ return array
 			'name' 		=> '用户-不选择则获取所有用户',
 			'default' 	=> '',
 			'desc' 		=> '用户',
-			'match' 	=> 'is_string',
+			'match' 	=> 'option',
 			//'search'	=> 'order,fulltext',
-			'update'	=> 'checkbox',
+			//'update'	=> 'checkbox',
 			'option'	=> $user,
 			'list'		=> true,
 		),