🎨 优化用户列表页,优化vip管理页

This commit is contained in:
2025-09-03 22:32:56 +08:00
parent 96ca2facc3
commit c03ce23371
3 changed files with 34 additions and 8 deletions

View File

@@ -42,8 +42,8 @@
:before-change="() => statusChangeBefore(row)" />
</template>
<template #CreatedAt="{ row }">
{{ formatDate(row.CreatedAt) }}
<template #vip_expire_time="{ row }">
{{ row.vip_expire_time }}
</template>
<!--user_type 1: 普通用户 2: 讲师-->