fix: 文案修改

This commit is contained in:
ZhuRui
2026-08-10 09:44:45 +08:00
parent b5ba0ca3fb
commit 79a7ea8c56
+3 -3
View File
@@ -180,7 +180,7 @@ export default defineComponent({
}, },
{ {
key: 'totalBalance', key: 'totalBalance',
label: '平台余额(所有用户余额总和)', label: '平台余额(所有用户余额总和 = 总收入 - 提现金额',
value: s.totalBalance, value: s.totalBalance,
bgColor: '#e6f4ff', bgColor: '#e6f4ff',
accentColor: '#1677ff', accentColor: '#1677ff',
@@ -224,11 +224,11 @@ export default defineComponent({
<div class={styles.statValue} style={{ color: item.accentColor }}> <div class={styles.statValue} style={{ color: item.accentColor }}>
¥{formatMoney(item.value)} ¥{formatMoney(item.value)}
</div> </div>
{item.key === 'totalBalance' && ( {/* {item.key === 'totalBalance' && (
<div class={styles.statDesc} style={{ color: 'rgba(0, 0, 0, 0.45)' }}> <div class={styles.statDesc} style={{ color: 'rgba(0, 0, 0, 0.45)' }}>
= 总收入 - 提现金额 = 总收入 - 提现金额
</div> </div>
)} )} */}
</div> </div>
))} ))}
</div> </div>