|
@@ -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,
|
|
|
),
|