fix(团队收入页): 更换展示数据字段

This commit is contained in:
hzj 2025-11-21 16:29:14 +08:00
parent c0a85cbb67
commit fda26afb80

View File

@ -212,7 +212,7 @@
font-size: 0.7em;
"
>
{{ t('time_days') }}:{{ Math.floor(member.target.onlineTime / 60 / 2, 0) }}
{{ t('time_days') }}:{{ member.target?.effectiveDay }}
</div>
</div>
</div>