diff --git a/src/components/UserTable.vue b/src/components/UserTable.vue index affaa08..b44e865 100644 --- a/src/components/UserTable.vue +++ b/src/components/UserTable.vue @@ -4,7 +4,7 @@ 用户名 - 邀请码 + 服务类型 创建时间 过期时间 总流量 @@ -15,9 +15,9 @@ - + {{ item.Username }} - {{ item.InviteCode }} + {{ item.ServiceType }} {{ item.Created | dateFilter}} @@ -266,4 +266,4 @@ export default { .pagination { margin: 20px auto 80px auto; } - \ No newline at end of file +