@@ -10,7 +10,7 @@ from equipment.models import IsolationPointInfo |
||
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
class UserInfoAdmin(admin.ModelAdmin): |
| 13 |
- list_display = ('user_id', 'unionid', 'openid', 'openid_miniapp', 'name', 'sex', 'nickname', 'avatar', 'phone', 'country', 'province', 'city', 'user_status', 'created_at', 'updated_at')
|
|
| 13 |
+ list_display = ('user_id', 'unionid', 'openid', 'openid_miniapp', 'identify_card_number', 'identify_card_name', 'phone', 'user_status', 'created_at', 'updated_at')
|
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 | 16 |
class AdministratorInfoAdmin(admin.ModelAdmin): |
@@ -39,7 +39,7 @@ class AepThermometerMeasureLogInfoAdmin(ReadOnlyModelAdmin, admin.ModelAdmin): |
||
| 39 | 39 |
|
| 40 | 40 |
|
| 41 | 41 |
class AntigenMeasureLogInfoAdmin(ReadOnlyModelAdmin, admin.ModelAdmin): |
| 42 |
- list_display = ('macid', 'point_id', 'device_id', 'sn', 'user_id', 'phone', 'user_name', 'result', 'detect_at', 'created_at')
|
|
| 42 |
+ list_display = ('macid', 'device_id', 'sn', 'unionid', 'point_id', 'user_id', 'phone', 'user_name', 'result', 'detect_at', 'created_at')
|
|
| 43 | 43 |
|
| 44 | 44 |
|
| 45 | 45 |
admin.site.register(IsolationPointFieldPoolInfo, IsolationPointFieldPoolInfoAdmin) |