|
@@ -38,7 +38,7 @@
|
|
|
<el-table-column align="center" key="subject" prop="SubjectNames" label="相关标的" width=""></el-table-column>
|
|
|
<el-table-column align="center" key="tiem" prop="OnlineTime" label="上线时间" width="180"></el-table-column>
|
|
|
<el-table-column align="center" key="remove" prop="OfflineTime" label="撤下时间" width="180" v-if="tableSelectActive == 0"></el-table-column>
|
|
|
- <el-table-column align="center" key="pvuv" prop="Sort" label="pv/uv" width="90" sortable>
|
|
|
+ <el-table-column align="center" key="pvuv" prop="Sort" label="pv/uv" width="90" sortable="custom">
|
|
|
<template slot-scope="{ row }">
|
|
|
<div class="pv-uv-download">
|
|
|
<span>{{ row.Pv }}/{{ row.Uv }}</span>
|