zhuxinbo 4 år sedan
förälder
incheckning
cac190d496

+ 13 - 3
src/views/modules/Statistics/accountMaterStatistics.vue

@@ -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: '平均行为单价(元)',

+ 9 - 1
src/views/modules/Statistics/materialStatistics.vue

@@ -93,7 +93,7 @@
             size="middle"
             :customRow="rowClick"
             :loading="loading"
-            :scroll="{ x: 1900 }"
+            :scroll="{ x: 2300 }"
           >
             <div slot="url" slot-scope="url">
               <video @click.stop class="video" :src="url" controls="controls" style="height:200px;width:112.5px">
@@ -140,6 +140,14 @@ const columns = [
     scopedSlots: { customRender: 'url' }
   },
   {
+    title: '视频md5',
+    dataIndex: 'signature',
+    key: 'signature',
+    align: 'center',
+    scopedSlots: { customRender: 'signature' },
+    width: 250
+  },
+  {
     title: '花费',
     dataIndex: 'cost',
     key: 'cost',

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1356 - 0
src/views/modules/Statistics/xiaoshouStatistics.vue


+ 2 - 2
vue.config.js

@@ -63,11 +63,11 @@ module.exports = {
         // target: 'http://192.168.0.230:8088', //请求本地 需要jeecg-boot后台项目  孙震
         // target: 'http://192.168.1.51:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
+        // target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目 
-        // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
+        target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
 
 
         ws: false,