mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-30 09:53:02 +00:00
text
This commit is contained in:
parent
8af10a7c9a
commit
c411ca4bd4
|
|
@ -207,15 +207,12 @@ const CustomTooltip = ({ active, payload }: any) => {
|
|||
<p className="label">
|
||||
用户总数: <strong>{data.userCount}</strong>
|
||||
</p>
|
||||
<p className="label">
|
||||
用户进入增长数量: <strong>{data.userIncrease}</strong>
|
||||
</p>
|
||||
<p className="label">
|
||||
60天累计支付: <strong>{data.payCount}</strong>元
|
||||
</p>
|
||||
<p className="label">
|
||||
用户昨日增长数量: <strong>{data.userIncrease}</strong>
|
||||
</p>
|
||||
<p className="label">
|
||||
用户昨日增长比例: <strong>{data.userIncreaseRate}</strong>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue