|
|
|
@ -176,7 +176,7 @@ |
|
|
|
|
|
|
|
<!-- 表格2: 新注册用户来源 --> |
|
|
|
<div class="detail-section"> |
|
|
|
<div class="section-title"><el-icon><User /></el-icon> 新注册用户来源</div> |
|
|
|
<div class="section-title"><el-icon><User /></el-icon> 新非网注册数据</div> |
|
|
|
<el-table :data="tableData2" style="width: 100%" :header-cell-style="headerCellStyle"> |
|
|
|
<el-table-column prop="channel" label="来源渠道" align="center" /> |
|
|
|
<el-table-column prop="dailyNew" label="今日新增" align="center" /> |
|
|
|
@ -189,7 +189,7 @@ |
|
|
|
|
|
|
|
<!-- 表格3: 老用户来源 --> |
|
|
|
<div class="detail-section"> |
|
|
|
<div class="section-title"><el-icon><User /></el-icon> 老用户来源</div> |
|
|
|
<div class="section-title"><el-icon><User /></el-icon>老非网登录数据</div> |
|
|
|
<el-table :data="tableData3" style="width: 100%" :header-cell-style="headerCellStyle"> |
|
|
|
<el-table-column prop="channel" label="来源渠道" align="center" /> |
|
|
|
<el-table-column prop="dailyNew" label="今日新增" align="center" /> |
|
|
|
|