diff --git a/src/views/world/community/DynamicVerifyView.vue b/src/views/world/community/DynamicVerifyView.vue index 3ce17a7..f444f60 100644 --- a/src/views/world/community/DynamicVerifyView.vue +++ b/src/views/world/community/DynamicVerifyView.vue @@ -355,6 +355,7 @@ export default { width: "5%", }, { field: "erbanNo", title: "平台号", align: "center", width: "5%" }, + { field: "partitionDesc", title: "地区", align: "center", width: "5%" }, { field: "nick", title: "昵称", align: "center", width: "5%" }, { field: "gender", title: "性别", align: "center", width: "5%" }, { field: "worldName", title: "话题", align: "center", width: "5%" },