wjx 1 năm trước cách đây
mục cha
commit
98d6f136ac

+ 2 - 2
src/pages/gameDataStatistics/gameServer/serverData/tableConfig.tsx

@@ -149,7 +149,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                                     return <div>
                                         {/* <div style={{ alignItems: 'center', fontSize: 12, fontWeight: 'bold' }}>注册留存</div> */}
                                         <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>
                                         </div>
                                     </div>
@@ -360,7 +360,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                                     return <div>
                                         {/* <div style={{ alignItems: 'center', fontSize: 12, fontWeight: 'bold' }}>注册留存</div> */}
                                         <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>
                                         </div>
                                     </div>