feat(我的充值代理团队列表): 调整对接数据
This commit is contained in:
parent
288a28d480
commit
07f57eb846
@ -35,13 +35,13 @@
|
|||||||
{{ t('my_total_income') }}
|
{{ t('my_total_income') }}
|
||||||
</div>
|
</div>
|
||||||
<div style="font: 0.9em; font-weight: 600; color: rgba(0, 0, 0, 0.8)">
|
<div style="font: 0.9em; font-weight: 600; color: rgba(0, 0, 0, 0.8)">
|
||||||
${{ totalRechargeDetail[0]?.totalAmount || 0 }}
|
${{ totalRechargeDetail?.totalIncome || 0 }}
|
||||||
</div>
|
</div>
|
||||||
<div style="font: 0.8em; font-weight: 500; color: rgba(0, 0, 0, 0.4)">
|
<div style="font: 0.8em; font-weight: 500; color: rgba(0, 0, 0, 0.4)">
|
||||||
{{ t('this_period_recharge') }}
|
{{ t('this_period_recharge') }}
|
||||||
</div>
|
</div>
|
||||||
<div style="font: 0.9em; font-weight: 600; color: rgba(0, 0, 0, 0.8)">
|
<div style="font: 0.9em; font-weight: 600; color: rgba(0, 0, 0, 0.8)">
|
||||||
${{ totalRechargeDetail[1]?.totalAmount || 0 }}
|
${{ totalRechargeDetail?.currentMonthRecharge || 0 }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -186,7 +186,7 @@ const send = async () => {
|
|||||||
router.push({ path: '/item-distribution' })
|
router.push({ path: '/item-distribution' })
|
||||||
}
|
}
|
||||||
|
|
||||||
const totalRechargeDetail = ref([]) //代理消费金额
|
const totalRechargeDetail = ref({}) //代理消费金额
|
||||||
const agencyList = ref([]) // 代理列表
|
const agencyList = ref([]) // 代理列表
|
||||||
const agencyCurrent = ref(1) //代理列表第几页
|
const agencyCurrent = ref(1) //代理列表第几页
|
||||||
const showAgLoading = ref(true) //触底加载功能
|
const showAgLoading = ref(true) //触底加载功能
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user