chore(我的BDLeader列表页面): 新增阿语翻译并调整more按钮布局
This commit is contained in:
parent
975a6accdd
commit
7422b164e1
@ -375,5 +375,15 @@
|
||||
"recharge_instruction_1": "1. قبل إعادة الشحن، يحتاج المستخدم إلى تقديم معرف Likei الصحيح لإكمال هذه العملية.",
|
||||
"recharge_instruction_2": "2. بعد أن يقوم تاجر العملات بإعادة الشحن، سيتم إرسال العملات المعاد شحنها مباشرة إلى حساب تاجر العملات.",
|
||||
"recharge_instruction_3": "3. كيفية الحصول على معرف الحساب: (1) افتح صفحة 'الخاص بي' في Likei. (2) يمكنك تأكيد معرف الحساب في أعلى الصفحة.",
|
||||
"recharge_instruction_4": "4. إذا كان حساب المعرف الذي تدخله هو حساب تاجر عملات، فسيتم إرسال العملة إلى مركز تاجر العملات لهذا الحساب."
|
||||
"recharge_instruction_4": "4. إذا كان حساب المعرف الذي تدخله هو حساب تاجر عملات، فسيتم إرسال العملة إلى مركز تاجر العملات لهذا الحساب.",
|
||||
|
||||
"bd_leaders_label": "قادة BD:",
|
||||
"team_total_income_label": "إجمالي دخل الفريق:",
|
||||
"number_of_agencies_personnel_label": "عدد موظفي الوكالات:",
|
||||
"bd_leader_id_label": "معرف قائد BD:",
|
||||
"income_details_label": "تفاصيل الدخل:",
|
||||
"agency_label": "الوكالة:",
|
||||
"team_total_income_text": "إجمالي دخل الفريق:",
|
||||
"team_total_income_text_capitalized": "إجمالي دخل الفريق:",
|
||||
"bd_income_label": "دخل BD:"
|
||||
}
|
||||
|
||||
@ -375,5 +375,15 @@
|
||||
"recharge_instruction_1": "1、Before recharging,the user needs toprovide the correct Likei lD to complete thisrecharge.",
|
||||
"recharge_instruction_2": "2、After the coin seller recharges, therecharged coins will be directly sent to thecoin seller account.",
|
||||
"recharge_instruction_3": "3、How to obtain an lD for an account:(1)In Likei open the 'My' page.(2)You can confrm the account lD at the topof the page.",
|
||||
"recharge_instruction_4": "4、lf the lD account you enter is a coinseller account, the coin will be sent to thecoin seller center of that account."
|
||||
"recharge_instruction_4": "4、lf the lD account you enter is a coinseller account, the coin will be sent to thecoin seller center of that account.",
|
||||
|
||||
"bd_leaders_label": "BD Leaders:",
|
||||
"team_total_income_label": "Team Total Income:",
|
||||
"number_of_agencies_personnel_label": "Number Of Agencies Personnel:",
|
||||
"bd_leader_id_label": "BD Leader's lD:",
|
||||
"income_details_label": "Income Details:",
|
||||
"agency_label": "Agency:",
|
||||
"team_total_income_text": "Team total Income:",
|
||||
"team_total_income_text_capitalized": "Team Total income:",
|
||||
"bd_income_label": "BD Income:"
|
||||
}
|
||||
|
||||
@ -375,5 +375,15 @@
|
||||
"recharge_instruction_1": "1、充值前,用户需要提供正确的Likei ID才能完成此次充值。",
|
||||
"recharge_instruction_2": "2、币商充值后,充值的金币将直接发送到币商账户。",
|
||||
"recharge_instruction_3": "3、如何获取账户的ID:(1)在Likei中打开'我的'页面。(2)您可以在页面顶部确认账户ID。",
|
||||
"recharge_instruction_4": "4、如果您输入的ID账户是币商账户,金币将发送到该账户的币商中心。"
|
||||
"recharge_instruction_4": "4、如果您输入的ID账户是币商账户,金币将发送到该账户的币商中心。",
|
||||
|
||||
"bd_leaders_label": "BD主管:",
|
||||
"team_total_income_label": "团队总收入:",
|
||||
"number_of_agencies_personnel_label": "代理人员数量:",
|
||||
"bd_leader_id_label": "BD主管ID:",
|
||||
"income_details_label": "收入详情:",
|
||||
"agency_label": "代理:",
|
||||
"team_total_income_text": "团队总收入:",
|
||||
"team_total_income_text_capitalized": "团队总收入:",
|
||||
"bd_income_label": "BD收入:"
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<!-- 顶部导航 -->
|
||||
<GeneralHeader
|
||||
:showLanguageList="true"
|
||||
title="My BD Leader Teams"
|
||||
:title="t('my_bd_leader_teams')"
|
||||
color="black"
|
||||
style="box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 999"
|
||||
/>
|
||||
@ -35,11 +35,11 @@
|
||||
"
|
||||
>
|
||||
<div style="display: flex; align-items: flex-end">
|
||||
<div style="font-weight: 600; font-size: 0.9em">Total income:</div>
|
||||
<div style="font-weight: 600; font-size: 0.9em">{{ t('total_income') }}</div>
|
||||
<div style="font-weight: 700">${{ TeamOverview?.totalIncome || 0 }}</div>
|
||||
</div>
|
||||
<div style="display: flex; align-items: flex-end">
|
||||
<div style="font-weight: 600; font-size: 0.9em">Previous period income:</div>
|
||||
<div style="font-weight: 600; font-size: 0.9em">{{ t('previous_period_income') }}</div>
|
||||
<div style="font-weight: 700">${{ TeamOverview?.previousPeriodIncome || 0 }}</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -60,9 +60,11 @@
|
||||
"
|
||||
>
|
||||
<!-- 团队信息 -->
|
||||
<div style="font-weight: 700">BD Leaders: {{ TeamOverview?.memberCount || 0 }}</div>
|
||||
<div style="font-weight: 700">
|
||||
{{ t('bd_leaders_label') }} {{ TeamOverview?.memberCount || 0 }}
|
||||
</div>
|
||||
<div style="font-size: 0.9em; font-weight: 600">
|
||||
Team Total Income: ${{ TeamOverview?.teamTotalIncome || 0 }}
|
||||
{{ t('team_total_income_label') }} ${{ TeamOverview?.teamTotalIncome || 0 }}
|
||||
</div>
|
||||
|
||||
<!-- BDLeader成员列表 -->
|
||||
@ -145,26 +147,15 @@
|
||||
"
|
||||
>
|
||||
<div style="font-size: 0.8em; font-weight: 500; text-align: end">
|
||||
Number Of Agencies Personnel: {{ BDLeaderInfo?.subMemberCount || 0 }}
|
||||
{{ t('number_of_agencies_personnel_label') }} {{ BDLeaderInfo?.subMemberCount || 0 }}
|
||||
</div>
|
||||
<div style="font-size: 0.8em; font-weight: 500; text-align: end">
|
||||
Total Income: ${{ BDLeaderInfo?.totalIncome || 0 }}
|
||||
{{ t('total_income') }} ${{ BDLeaderInfo?.totalIncome || 0 }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 更多按钮 -->
|
||||
<div
|
||||
style="
|
||||
font-size: 0.8em;
|
||||
|
||||
position: absolute;
|
||||
bottom: 4%;
|
||||
right: 4%;
|
||||
color: #bb92ff;
|
||||
font-weight: 500;
|
||||
"
|
||||
@click="incomeShow(BDLeaderInfo)"
|
||||
>
|
||||
<div class="moreBt" @click="incomeShow(BDLeaderInfo)">
|
||||
{{ t('more') }}
|
||||
</div>
|
||||
</div>
|
||||
@ -191,7 +182,7 @@
|
||||
>
|
||||
<div style="display: flex; justify-content: center; align-items: center">
|
||||
<div style="margin: 0; font-weight: 600; color: #333">
|
||||
BD Leader's lD: {{ moreUserAccount }}
|
||||
{{ t('bd_leader_id_label') }} {{ moreUserAccount }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -216,7 +207,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="font-weight: 600">Income Details:</div>
|
||||
<div style="font-weight: 600">{{ t('income_details_label') }}</div>
|
||||
|
||||
<!-- 历史薪资列表 -->
|
||||
<div style="overflow-y: auto" class="salaryList">
|
||||
@ -234,9 +225,9 @@
|
||||
<div>{{ incomeInfo.settlementPeriod }}</div>
|
||||
|
||||
<div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px">
|
||||
<div>Agency: {{ incomeInfo.memberCount }}</div>
|
||||
<div>{{ t('agency_label') }} {{ incomeInfo.memberCount }}</div>
|
||||
<!-- 团队收入 -->
|
||||
<div>Team total Income: ${{ incomeInfo.teamTotalIncome }}</div>
|
||||
<div>{{ t('team_total_income_text') }} ${{ incomeInfo.teamTotalIncome }}</div>
|
||||
</div>
|
||||
</template>
|
||||
</historySalary>
|
||||
@ -249,9 +240,11 @@
|
||||
>
|
||||
<template v-slot:content>
|
||||
<div>{{ incomeInfo.settlementPeriod }}</div>
|
||||
<div>Agency: {{ incomeInfo.memberCount }}</div>
|
||||
<div>{{ t('agency_label') }} {{ incomeInfo.memberCount }}</div>
|
||||
<!-- 团队收入 -->
|
||||
<div>Team total income:${{ incomeInfo.teamTotalIncome }}</div>
|
||||
<div>
|
||||
{{ t('team_total_income_text_capitalized') }}${{ incomeInfo.teamTotalIncome }}
|
||||
</div>
|
||||
</template>
|
||||
</historySalary>
|
||||
</div>
|
||||
@ -276,10 +269,10 @@
|
||||
<div style="font-weight: 600">{{ incomeDetailsItem.settlementPeriod }}</div>
|
||||
<div style="display: flex; justify-content: space-between">
|
||||
<div style="font-size: 0.8em; font-weight: 600">
|
||||
Agency: {{ incomeDetailsItem.memberCount }}
|
||||
{{ t('agency_label') }} {{ incomeDetailsItem.memberCount }}
|
||||
</div>
|
||||
<div style="font-size: 0.8em; font-weight: 600">
|
||||
Team Total income: ${{ incomeDetailsItem.teamTotalIncome }}
|
||||
{{ t('team_total_income_text_capitalized') }} ${{ incomeDetailsItem.teamTotalIncome }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -345,7 +338,7 @@
|
||||
{{ member.userName }}
|
||||
</div>
|
||||
<div style="color: rgba(0, 0, 0, 0.4); font-size: 0.8em; font-weight: 500">
|
||||
ID:{{ member.account }}
|
||||
{{ t('user_id_prefix') }} {{ member.account }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -360,7 +353,7 @@
|
||||
justify-content: space-around;
|
||||
"
|
||||
>
|
||||
<div style="font-size: 0.8em; font-weight: 500">BD Income:</div>
|
||||
<div style="font-size: 0.8em; font-weight: 500">{{ t('bd_income_label') }}</div>
|
||||
<div style="font-size: 0.8em; font-weight: 500">${{ member.income }}</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -492,6 +485,16 @@ onMounted(() => {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.moreBt {
|
||||
font-size: 0.8em;
|
||||
|
||||
position: absolute;
|
||||
bottom: 4%;
|
||||
right: 4%;
|
||||
color: #bb92ff;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 360px) {
|
||||
* {
|
||||
font-size: 10px;
|
||||
@ -515,4 +518,9 @@ onMounted(() => {
|
||||
font-size: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
[dir='rtl'] .moreBt {
|
||||
left: 4%;
|
||||
right: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user