|
@@ -31,7 +31,7 @@ return array
|
|
|
'default' => '0',
|
|
|
'desc' => '请选择用户',
|
|
|
'match' => 'is_numeric',
|
|
|
-
|
|
|
+ 'update' => 'text',
|
|
|
|
|
|
'search' => array
|
|
|
(
|
|
@@ -49,6 +49,7 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '订阅类别',
|
|
|
'match' => 'option',
|
|
|
+ 'update' => 'select',
|
|
|
|
|
|
'option' => $table,
|
|
|
|
|
@@ -60,6 +61,7 @@ return array
|
|
|
'name' => '标题',
|
|
|
'default' => '',
|
|
|
'desc' => '标题',
|
|
|
+ 'update' => 'text',
|
|
|
'match' => 'option',
|
|
|
'list' => 'Dever::load("act/lib/manage.load", "{type}", {data_id})',
|
|
|
),
|