dever 3 年之前
父節點
當前提交
b25ba11239
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      app/factory/database/goods.php
  2. 1 1
      app/shop/database/goods.php
  3. 1 1
      app/store/database/goods.php

+ 1 - 1
app/factory/database/goods.php

@@ -117,7 +117,7 @@ return array
             'option'    => $status,
             'search'    => 'select',
             'list'      => true,
-            'edit'      => true,
+            //'edit'      => true,
         ),
 
         'state'     => array

+ 1 - 1
app/shop/database/goods.php

@@ -127,7 +127,7 @@ return array
             'option'    => $status,
             'search'    => 'select',
             'list'      => true,
-            'edit'      => true,
+            //'edit'      => true,
         ),
 
         'state'     => array

+ 1 - 1
app/store/database/goods.php

@@ -128,7 +128,7 @@ return array
             'option'    => $status,
             'search'    => 'select',
             'list'      => true,
-            'edit'      => true,
+            //'edit'      => true,
         ),
 
         'state'     => array