|
@@ -85,7 +85,7 @@ th div {
|
|
|
size="middle"
|
|
|
:customRow="rowClick"
|
|
|
:loading="loading"
|
|
|
- :scroll="{ x: 2000 }"
|
|
|
+ :scroll="{ x: 2400 }"
|
|
|
>
|
|
|
<div slot="url" slot-scope="url">
|
|
|
<video class="video" :src="url" controls="controls" style="height:200px;width:112.5px">
|
|
@@ -149,6 +149,16 @@ const columns = [
|
|
|
width: 150
|
|
|
},
|
|
|
{
|
|
|
+ title: '视频md5',
|
|
|
+ dataIndex: 'signature',
|
|
|
+ key: 'signature',
|
|
|
+ align: 'center',
|
|
|
+ scopedSlots: { customRender: 'signature' },
|
|
|
+ fixed: 'left',
|
|
|
+ width: 250
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
title: '花费',
|
|
|
dataIndex: 'cost',
|
|
|
key: 'cost',
|
|
@@ -213,7 +223,7 @@ const columns = [
|
|
|
key: 'impression1kCost',
|
|
|
scopedSlots: { customRender: 'impression1kCost' },
|
|
|
align: 'center',
|
|
|
- sorter: (a, b) => a.impression1kCost - b.impression1kCost
|
|
|
+ sorter: (a, b) => a.impression1kCost - b.impression1kCost,
|
|
|
},
|
|
|
{
|
|
|
title: '平均封面点击单价(元)',
|
|
@@ -221,7 +231,7 @@ const columns = [
|
|
|
key: 'photoClickCost',
|
|
|
scopedSlots: { customRender: 'photoClickCost' },
|
|
|
align: 'center',
|
|
|
- sorter: (a, b) => a.photoClickCost - b.photoClickCost
|
|
|
+ sorter: (a, b) => a.photoClickCost - b.photoClickCost,
|
|
|
},
|
|
|
{
|
|
|
title: '平均行为单价(元)',
|