Browse Source

加入游客数量;

milestone-20260107-用户画像记录
songjie 3 weeks ago
parent
commit
2fddd510f9
  1. 10
      src/views/PlatformData/UserOverview.vue

10
src/views/PlatformData/UserOverview.vue

@ -67,10 +67,10 @@
<div class="card-title">
<el-icon><User /></el-icon>
</div>
<div class="card-value-small">{{ overviewData.guest }}</div>
<div class="card-value-small">{{ overviewData.visitor }}</div>
<div class="card-tag-wrapper">
<div class="card-tag" :class="getGrowthClass(overviewData.guest_growth)">
{{ getGrowthText(overviewData.guest_growth) }}
<div class="card-tag" :class="getGrowthClass(overviewData.vistor_growth)">
{{ getGrowthText(overviewData.vistor_growth) }}
</div>
</div>
</div>
@ -259,8 +259,8 @@ const overviewData = ref({
total_login_growth: '0%',
member: 0,
member_growth: '0%',
guest: 0,
guest_growth: '0%',
visitor: 0,
vistor_growth: '0%',
normal_register: 0,
normal_reg_growth: '0%',
normal_login: 0,

Loading…
Cancel
Save