|
@@ -149,7 +149,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
return <div>
|
|
return <div>
|
|
{/* <div style={{ alignItems: 'center', fontSize: 12, fontWeight: 'bold' }}>注册留存</div> */}
|
|
{/* <div style={{ alignItems: 'center', fontSize: 12, fontWeight: 'bold' }}>注册留存</div> */}
|
|
<div className={style.dbox}>
|
|
<div className={style.dbox}>
|
|
- <span style={{ color: '#d81b60', fontWeight: 600 }}>活跃人数:<span>{data?.activeNum}</span></span>
|
|
|
|
|
|
+ <span style={{ color: '#d81b60', fontWeight: 600 }}>活跃人数:<span>{data?.regActiveNum}</span></span>
|
|
<span style={{ color: 'rgb(12,130,16)', fontWeight: 600 }}>留存率:<span>{(data?.regActiveRate * 100)?.toFixed(2)}%</span></span>
|
|
<span style={{ color: 'rgb(12,130,16)', fontWeight: 600 }}>留存率:<span>{(data?.regActiveRate * 100)?.toFixed(2)}%</span></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -360,7 +360,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
return <div>
|
|
return <div>
|
|
{/* <div style={{ alignItems: 'center', fontSize: 12, fontWeight: 'bold' }}>注册留存</div> */}
|
|
{/* <div style={{ alignItems: 'center', fontSize: 12, fontWeight: 'bold' }}>注册留存</div> */}
|
|
<div className={style.dbox}>
|
|
<div className={style.dbox}>
|
|
- <span style={{ color: '#d81b60', fontWeight: 600 }}>活跃人数:<span>{data?.activeNum}</span></span>
|
|
|
|
|
|
+ <span style={{ color: '#d81b60', fontWeight: 600 }}>活跃人数:<span>{data?.regActiveNum}</span></span>
|
|
<span style={{ color: 'rgb(12,130,16)', fontWeight: 600 }}>留存率:<span>{(data?.regActiveRate * 100)?.toFixed(2)}%</span></span>
|
|
<span style={{ color: 'rgb(12,130,16)', fontWeight: 600 }}>留存率:<span>{(data?.regActiveRate * 100)?.toFixed(2)}%</span></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|