rabin 2 năm trước cách đây
mục cha
commit
4f181ec251
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      service/agent/database/member.php

+ 14 - 0
service/agent/database/member.php

@@ -571,6 +571,20 @@ return array
             'option'    => $prize_type,
         ),
 
+        'reorder'       => array
+        (
+            'type'      => 'int-11',
+            'name'      => '排序(数值越大越靠前)',
+            'default'   => '1',
+            'desc'      => '请输入排序',
+            'match'     => 'option',
+            //'update'    => 'text',
+            //'search'    => 'order',
+            //'list'      => true,
+            //'order'     => 'desc',
+            //'edit'      => true,
+        ),
+
         'state'     => array
         (
             'type'      => 'tinyint-1',