dever 3 years ago
parent
commit
b25ba11239
3 changed files with 3 additions and 3 deletions
  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