|
|
|
@ -148,7 +148,7 @@ |
|
|
|
/> |
|
|
|
<el-button type="primary" class="search-btn" @click="handleSearch">搜索</el-button> |
|
|
|
<el-button type="primary" class="reset-btn" @click="handleReset">重置</el-button> |
|
|
|
<!-- <el-button type="danger" class="export-btn" @click="handleExport">数据导出</el-button> --> |
|
|
|
<el-button type="danger" class="export-btn" @click="handleExport">数据导出</el-button> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- 表格1: 用户构成明细 --> |
|
|
|
@ -189,7 +189,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- 表格2: 新注册用户来源 --> |
|
|
|
<!-- <div class="detail-section"> |
|
|
|
<div class="detail-section"> |
|
|
|
<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" /> |
|
|
|
@ -199,10 +199,10 @@ |
|
|
|
<el-table-column prop="periodNew" label="时间段新增" align="center" /> |
|
|
|
<el-table-column prop="percent" label="占比" align="center" /> |
|
|
|
</el-table> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- 表格3: 老用户来源 --> |
|
|
|
<!-- <div class="detail-section"> |
|
|
|
<div class="detail-section"> |
|
|
|
<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" /> |
|
|
|
@ -212,13 +212,13 @@ |
|
|
|
<el-table-column prop="periodNew" label="时间段新增" align="center" /> |
|
|
|
<el-table-column prop="percent" label="占比" align="center" /> |
|
|
|
</el-table> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- 图表: 用户来源渠道分布 --> |
|
|
|
<!-- <div class="detail-section chart-section-bg"> |
|
|
|
<div class="detail-section chart-section-bg"> |
|
|
|
<div class="section-title"><el-icon><PieChart /></el-icon> 用户来源渠道分布(总数据)</div> |
|
|
|
<div ref="chartBarRef" class="bar-chart-box"></div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<!-- 悬浮刷新时间 --> |
|
|
|
|