chore(BDLeader中心): 调整显示文本
This commit is contained in:
parent
e29777a6f8
commit
c22deee552
@ -184,7 +184,6 @@
|
||||
background: 'transparent',
|
||||
border: 'none',
|
||||
fontWeight: '600',
|
||||
fontSize: '14px',
|
||||
color: activeTab === tab.id ? '#8B5CF6' : 'rgba(0, 0, 0, 0.6)',
|
||||
cursor: 'pointer',
|
||||
transition: 'all 0.3s',
|
||||
@ -545,7 +544,7 @@
|
||||
>
|
||||
<!-- 标题 -->
|
||||
<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') }}
|
||||
</div>
|
||||
</div>
|
||||
@ -688,9 +687,9 @@
|
||||
<!-- 已完成 -->
|
||||
<template v-else v-slot:content>
|
||||
<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>
|
||||
</historySalary>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user