|
|
@@ -61,14 +61,14 @@
|
|
|
<el-table-column label="系统回传事件" align="center" prop="sysConversionEvent" min-width="150" show-overflow-tooltip />
|
|
|
<el-table-column label="广告商回传类型" align="center" prop="advConversionEvent" min-width="150" show-overflow-tooltip />
|
|
|
<el-table-column label="站点ID" align="center" prop="siteId" width="100" />
|
|
|
- <el-table-column label="着陆页" align="center" prop="landingUrl" min-width="200" show-overflow-tooltip>
|
|
|
+ <!-- <el-table-column label="着陆页" align="center" prop="landingUrl" min-width="200" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-link v-if="scope.row.landingUrl" :href="scope.row.landingUrl" target="_blank" type="primary">
|
|
|
{{ scope.row.landingUrl }}
|
|
|
</el-link>
|
|
|
<span v-else>-</span>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="回传时间" align="center" prop="updateTime" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.updateTime) }}</span>
|