@@ -79,6 +79,18 @@ return array
'edit' => true,
),
+ 'icon' => array
+ (
+ 'type' => 'varchar-150',
+ 'name' => '图标',
+ 'default' => '',
+ 'desc' => '请选择图标',
+ 'match' => 'option',
+ 'update' => 'image',
+ 'key' => '1',
+ 'place' => '150',
+ ),
+
'cate_id' => array
(
'type' => 'int-11',