mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
text
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user