|
@@ -156,7 +156,7 @@ return array
|
|
|
'desc' => '请输入自定义内容',
|
|
|
'match' => 'is_string',
|
|
|
'update' => 'textarea',
|
|
|
- 'show' => array('type_4', 'type_5', 'type_6'),
|
|
|
+ 'show' => 'type=4,5,6',
|
|
|
),
|
|
|
|
|
|
'sql_method' => array
|
|
@@ -168,7 +168,7 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'radio',
|
|
|
'option' => $sqlMethod,
|
|
|
- 'show' => array('type_5'),
|
|
|
+ 'show' => 'type=5',
|
|
|
),
|
|
|
|
|
|
'define' => array
|
|
@@ -180,7 +180,7 @@ return array
|
|
|
'match' => 'is_string',
|
|
|
'update' => 'select',
|
|
|
'option' => $define,
|
|
|
- 'show' => array('type_3'),
|
|
|
+ 'show' => 'type=3'
|
|
|
),
|
|
|
|
|
|
'col' => array
|
|
@@ -192,7 +192,7 @@ return array
|
|
|
'match' => 'is_string',
|
|
|
'option' => $col,
|
|
|
'update' => 'checkbox',
|
|
|
- 'show' => array('type_1'),
|
|
|
+ 'show' => 'type=1',
|
|
|
'control' => 'col',
|
|
|
),
|
|
|
|
|
@@ -204,7 +204,7 @@ return array
|
|
|
'desc' => '图片尺寸提醒',
|
|
|
'match' => 'is_string',
|
|
|
'update' => 'text',
|
|
|
- 'show' => array('col_3'),
|
|
|
+ 'show' => 'col=3',
|
|
|
),
|
|
|
|
|
|
'col_content' => array
|
|
@@ -215,7 +215,7 @@ return array
|
|
|
'desc' => '内容长度限制',
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
- 'show' => array('col_4'),
|
|
|
+ 'show' => 'col=4',
|
|
|
),
|
|
|
|
|
|
'relate_id' => array
|
|
@@ -226,7 +226,7 @@ return array
|
|
|
'desc' => '请输入模块id',
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
- 'show' => array('type_2'),
|
|
|
+ 'show' => 'type=2',
|
|
|
),
|
|
|
|
|
|
'preview' => array
|
|
@@ -305,7 +305,7 @@ return array
|
|
|
(
|
|
|
'add' => array('新增数据', '"data&search_option_info_id={id}&oper_parent=info"', '{type} == 1'),
|
|
|
|
|
|
- 'list' => array('数据列表', '"data&search_option_info_id={id}&oper_parent=info"', '{type} == 1'),
|
|
|
+ 'list' => array('数据列表', '"data&search_option_info_id={id}&oper_parent=info"'),
|
|
|
),
|
|
|
),
|
|
|
|