@@ -73,13 +73,14 @@ return array
'update' => 'radio',
'option' => $type,
'list' => true,
+ 'control' => 'type',
),
'project_id' => array
(
'type' => 'int-11',
'name' => '所属项目',
- 'default' => '',
+ 'default' => '-1',
'desc' => '所属项目',
'match' => 'option',
'search' => 'select',
@@ -87,16 +88,18 @@ return array
'control_url' => 'pay/yspay/merchant.selectRelate',
'option' => $project,
+ 'show' => 'type=1',
'relate_id' => array
'name' => '关联数据',
- 'default' => '1',
'desc' => '关联数据',
'update' => 'select',
'mid' => array