dever 3 年之前
父节点
当前提交
070fe600ea
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/shop/database/info.php

+ 2 - 2
app/shop/database/info.php

@@ -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',
         ),