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