|
|
@@ -40,6 +40,11 @@
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
<el-table-column prop="ditchName" label="渠道来源" width="150" />
|
|
|
+ <el-table-column prop="todayAnswer" label="今日答题数" width="100">
|
|
|
+ <template #default="scope">
|
|
|
+ {{scope.row.todayAnswer || 0}}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="todayVideo" label="当日视频播放数" width="130" />
|
|
|
<el-table-column prop="totalVideo" label="视频播放总数" width="110" />
|
|
|
<el-table-column prop="nearlyIncome" label="前三日总收益" width="110">
|