chore(BDLeader中心): 调整显示文本

This commit is contained in:
hzj 2025-11-28 16:15:22 +08:00
parent e29777a6f8
commit c22deee552

View File

@ -184,7 +184,6 @@
background: 'transparent', background: 'transparent',
border: 'none', border: 'none',
fontWeight: '600', fontWeight: '600',
fontSize: '14px',
color: activeTab === tab.id ? '#8B5CF6' : 'rgba(0, 0, 0, 0.6)', color: activeTab === tab.id ? '#8B5CF6' : 'rgba(0, 0, 0, 0.6)',
cursor: 'pointer', cursor: 'pointer',
transition: 'all 0.3s', transition: 'all 0.3s',
@ -545,7 +544,7 @@
> >
<!-- 标题 --> <!-- 标题 -->
<div style="display: flex; justify-content: center; align-items: center"> <div style="display: flex; justify-content: center; align-items: center">
<div style="margin: 0; font-size: 18px; font-weight: 600; color: #333"> <div style="margin: 0; font-size: 1em; font-weight: 600; color: #333">
{{ currentHistoryType === 'bd' ? t('bd_salary') : t('bd_leader_history') }} {{ currentHistoryType === 'bd' ? t('bd_salary') : t('bd_leader_history') }}
</div> </div>
</div> </div>
@ -688,9 +687,9 @@
<!-- 已完成 --> <!-- 已完成 -->
<template v-else v-slot:content> <template v-else v-slot:content>
<div>{{ income.billTitle }}</div> <div>{{ income.billTitle }}</div>
<div>{{ t('num_teams') }}{{ income.bdNumber || 0 }}</div> <div>{{ t('bd_number') }}: {{ income.bdNumber || 0 }}</div>
<!-- 团队收入 --> <!-- 团队收入 -->
<div>{{ t('team_recharge') }}: ${{ income.teamSalaryAmount || 0 }}</div> <div>{{ t('team_salary') }}: ${{ income.teamSalaryAmount || 0 }}</div>
</template> </template>
</historySalary> </historySalary>
</template> </template>