@@ -571,6 +571,20 @@ return array
'option' => $prize_type,
),
+ 'reorder' => array
+ (
+ 'type' => 'int-11',
+ 'name' => '排序(数值越大越靠前)',
+ 'default' => '1',
+ 'desc' => '请输入排序',
+ 'match' => 'option',
+ //'update' => 'text',
+ //'search' => 'order',
+ //'list' => true,
+ //'order' => 'desc',
+ //'edit' => true,
+ ),
+
'state' => array
(
'type' => 'tinyint-1',