|
@@ -27,6 +27,8 @@
|
|
|
{{ convertUTCToBeijing(scope.row.lastLoginTime) }}
|
|
{{ convertUTCToBeijing(scope.row.lastLoginTime) }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column prop="todayVideo" label="今日视频播放数" width="130" />
|
|
|
|
|
+ <el-table-column prop="totalIncome" label="用户贡献" width="130" />
|
|
|
<el-table-column prop="loginDays" label="登录天数" width="90" />
|
|
<el-table-column prop="loginDays" label="登录天数" width="90" />
|
|
|
<el-table-column prop="pointsBalance" label="积分余额" width="90" />
|
|
<el-table-column prop="pointsBalance" label="积分余额" width="90" />
|
|
|
<el-table-column prop="pointsTotal" label="积分总额" width="90" />
|
|
<el-table-column prop="pointsTotal" label="积分总额" width="90" />
|
|
@@ -37,8 +39,6 @@
|
|
|
{{ convertUTCToBeijing(scope.row.registryTime) }}
|
|
{{ convertUTCToBeijing(scope.row.registryTime) }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="todayVideo" label="今日视频播放数" width="130" />
|
|
|
|
|
- <el-table-column prop="totalIncome" label="总收益" width="130" />
|
|
|
|
|
<el-table-column prop="totalVideo" label="视频总播放数" width="110" />
|
|
<el-table-column prop="totalVideo" label="视频总播放数" width="110" />
|
|
|
<el-table-column prop="versionCode" label="版本号" />
|
|
<el-table-column prop="versionCode" label="版本号" />
|
|
|
<el-table-column prop="withdrawCount" label="提现笔数" width="90" />
|
|
<el-table-column prop="withdrawCount" label="提现笔数" width="90" />
|