Browse Source

工作台字段更新

Hongxilin
hongxilin 5 months ago
parent
commit
2dca4dc1cf
  1. 2
      vue/gold-system/src/views/workspace/index.vue

2
vue/gold-system/src/views/workspace/index.vue

@ -1114,7 +1114,7 @@ onMounted(async function () {
{{ formatNum(Math.abs(statistics.totalSumCoin)) }}
</p>
<p>
折合新币累计金额 {{ formatNum(Math.abs(statistics.totalSumCoin)) }}
折合新币累计金额 {{ formatNum(Math.abs(statistics.rechargeSumCoin)) }}
</p>
<template #footer>昨日新增
{{ formatNum(Math.abs(statistics.totalYesterdaySumCoin)) }}

Loading…
Cancel
Save