|
@@ -51,7 +51,7 @@ return array
|
|
|
'col' => 'username',
|
|
|
'result' => 'id',
|
|
|
),
|
|
|
- //'update' => 'text',
|
|
|
+ 'update' => 'text',
|
|
|
),
|
|
|
|
|
|
'mobile' => array
|
|
@@ -64,6 +64,7 @@ return array
|
|
|
//'show' => 'status=5'
|
|
|
'search' => 'fulltext',
|
|
|
'list' => true,
|
|
|
+ 'update' => 'text',
|
|
|
),
|
|
|
|
|
|
'start' => array
|
|
@@ -97,7 +98,7 @@ return array
|
|
|
'default' => '1',
|
|
|
'desc' => '小刊分类',
|
|
|
'match' => 'is_numeric',
|
|
|
- //'update' => 'select',
|
|
|
+ 'update' => 'select',
|
|
|
'option' => $cate,
|
|
|
//'search' => 'select',
|
|
|
'list' => true,
|