@@ -99,12 +99,12 @@ return array
'id' => array
(
'type' => 'int-11',
- 'name' => 'ID',
+ 'name' => '店铺ID',
'default' => '',
'desc' => '',
'match' => 'is_numeric',
'search' => 'order',
- //'list' => true,
+ 'list' => true,
'order' => 'desc',
),