Skip to content

Commit c411ca4

Browse files
committed
text
1 parent 8af10a7 commit c411ca4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

admin/src/Dashboard.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,10 @@ const CustomTooltip = ({ active, payload }: any) => {
208208
用户总数: <strong>{data.userCount}</strong>
209209
</p>
210210
<p className="label">
211-
60天累计支付: <strong>{data.payCount}</strong>
212-
</p>
213-
<p className="label">
214-
用户昨日增长数量: <strong>{data.userIncrease}</strong>
211+
用户进入增长数量: <strong>{data.userIncrease}</strong>
215212
</p>
216213
<p className="label">
217-
用户昨日增长比例: <strong>{data.userIncreaseRate}</strong>
214+
60天累计支付: <strong>{data.payCount}</strong>
218215
</p>
219216
</div>
220217
);

0 commit comments

Comments
 (0)