| 
                
               | 
              
                
               | 
              
                @@ -92,9 +92,9 @@ class TourGuideInfoAdmin(admin.ModelAdmin): 
               | 
            
            
            
              | 
                92
               | 
              
                92
               | 
              
                  
               | 
            
            
            
              | 
                93
               | 
              
                93
               | 
              
                 class UserInfoAdmin(admin.ModelAdmin): 
               | 
            
            
            
              | 
                94
               | 
              
                94
               | 
              
                     readonly_fields = ('user_id', )
               | 
            
            
            
              | 
                95
               | 
              
                
               | 
              
                -    list_display = ('user_id', 'user_from', 'username', 'openid', 'unionid', 'name', 'sex', 'nickname', 'phone', 'location', 'balance', 'user_status', 'status', 'created_at', 'updated_at')
               | 
            
            
            
              | 
                
               | 
              
                95
               | 
              
                +    list_display = ('user_id', 'user_from', 'username', 'openid', 'unionid', 'name', 'sex', 'nickname', 'phone', 'location', 'islensman', 'istourguide', 'balance', 'user_status', 'status', 'created_at', 'updated_at')
               | 
            
            
            
              | 
                96
               | 
              
                96
               | 
              
                     search_fields = ('name', 'phone', 'location')
               | 
            
            
            
              | 
                97
               | 
              
                
               | 
              
                -    list_filter = ('user_from', 'sex', 'user_status', 'status')
               | 
            
            
            
              | 
                
               | 
              
                97
               | 
              
                +    list_filter = ('user_from', 'sex', 'islensman', 'istourguide', 'user_status', 'status')
               | 
            
            
            
              | 
                98
               | 
              
                98
               | 
              
                  
               | 
            
            
            
              | 
                99
               | 
              
                99
               | 
              
                  
               | 
            
            
            
              | 
                100
               | 
              
                100
               | 
              
                 class UserLoginLogInfoAdmin(admin.ModelAdmin): 
               |