动态审核表头新增地区字段

This commit is contained in:
dragon
2025-02-11 14:52:56 +08:00
parent 99d2c67087
commit 6c6f109121

View File

@@ -355,6 +355,7 @@ export default {
width: "5%", width: "5%",
}, },
{ field: "erbanNo", title: "平台号", align: "center", width: "5%" }, { field: "erbanNo", title: "平台号", align: "center", width: "5%" },
{ field: "partitionDesc", title: "地区", align: "center", width: "5%" },
{ field: "nick", title: "昵称", align: "center", width: "5%" }, { field: "nick", title: "昵称", align: "center", width: "5%" },
{ field: "gender", title: "性别", align: "center", width: "5%" }, { field: "gender", title: "性别", align: "center", width: "5%" },
{ field: "worldName", title: "话题", align: "center", width: "5%" }, { field: "worldName", title: "话题", align: "center", width: "5%" },