浏览代码

环比修改

zhuxinbo 5 年之前
父节点
当前提交
556ccbfcb7
共有 1 个文件被更改,包括 15 次插入15 次删除
  1. 15 15
      src/views/modules/Statistics/Statistics.vue

+ 15 - 15
src/views/modules/Statistics/Statistics.vue

@@ -433,28 +433,28 @@ export default {
       columns: [
         { title: '时间', dataIndex: 'statDate', align: 'center' },
         {
-          title: '总消耗比',
+          title: '总消耗比',
           dataIndex: 'yesCost',
           scopedSlots: { customRender: 'yesCost' },
           align: 'center'
         },
         { title: '总消耗', dataIndex: 'cost', align: 'center' },
         {
-          title: '封面点击数比',
+          title: '封面点击数比',
           dataIndex: 'yesPhotoClick',
           scopedSlots: { customRender: 'photoClickProportion' },
           align: 'center'
         },
         { title: '封面点击数', dataIndex: 'photoClick', align: 'center' },
         {
-          title: '封面曝光数比',
+          title: '封面曝光数比',
           dataIndex: 'yesPhotoShow',
           scopedSlots: { customRender: 'photoShowProportion' },
           align: 'center'
         },
         { title: '封面曝光数', dataIndex: 'photoShow', align: 'center' },
         {
-          title: '素材曝光数比',
+          title: '素材曝光数比',
           dataIndex: 'yesAclick',
           scopedSlots: { customRender: 'aclickProportion' },
           align: 'center'
@@ -826,11 +826,11 @@ export default {
             if (that.value == 'month') {
               return `${params[0].marker}时间:${params[0].seriesName}-${params[0].name}:${showName}:${params[0].data}  <br/>
             ${params[1].marker}时间:${params[1].seriesName}-${params[0].name}:${showName}:${params[1].data}  <br/>
-            比:${da}<br/> `
+            比:${da}<br/> `
             } else {
               return `${params[0].marker}时间:${params[0].seriesName}:${showName}:${params[0].data}  <br/>
             ${params[1].marker}时间:${params[1].seriesName}:${showName}:${params[1].data}  <br/>
-            比:${da}<br/> `
+            比:${da}<br/> `
             }
           }
         },
@@ -942,28 +942,28 @@ export default {
           this.columns = [
             { title: '时间', dataIndex: 'statDate', align: 'center' },
             {
-              title: '总消耗比',
+              title: '总消耗比',
               dataIndex: 'yesCost',
               scopedSlots: { customRender: 'yesCost' },
               align: 'center'
             },
             { title: '总消耗', dataIndex: 'cost', align: 'center' },
             {
-              title: '封面点击数比',
+              title: '封面点击数比',
               dataIndex: 'yesPhotoClick',
               scopedSlots: { customRender: 'photoClickProportion' },
               align: 'center'
             },
             { title: '封面点击数', dataIndex: 'photoClick', align: 'center' },
             {
-              title: '封面曝光数比',
+              title: '封面曝光数比',
               dataIndex: 'yesPhotoShow',
               scopedSlots: { customRender: 'photoShowProportion' },
               align: 'center'
             },
             { title: '封面曝光数', dataIndex: 'photoShow', align: 'center' },
             {
-              title: '素材曝光数比',
+              title: '素材曝光数比',
               dataIndex: 'yesAclick',
               scopedSlots: { customRender: 'aclickProportion' },
               align: 'center'
@@ -1041,28 +1041,28 @@ export default {
         this.columns = [
           { title: '时间', dataIndex: 'statDate', align: 'center' },
           {
-            title: '总消耗比',
+            title: '总消耗比',
             dataIndex: 'yesCost',
             scopedSlots: { customRender: 'yesCost' },
             align: 'center'
           },
           { title: '总消耗', dataIndex: 'cost', align: 'center' },
           {
-            title: '封面点击数比',
+            title: '封面点击数比',
             dataIndex: 'yesPhotoClick',
             scopedSlots: { customRender: 'photoClickProportion' },
             align: 'center'
           },
           { title: '封面点击数', dataIndex: 'photoClick', align: 'center' },
           {
-            title: '封面曝光数比',
+            title: '封面曝光数比',
             dataIndex: 'yesPhotoShow',
             scopedSlots: { customRender: 'photoShowProportion' },
             align: 'center'
           },
           { title: '封面曝光数', dataIndex: 'photoShow', align: 'center' },
           {
-            title: '素材曝光数比',
+            title: '素材曝光数比',
             dataIndex: 'yesAclick',
             scopedSlots: { customRender: 'aclickProportion' },
             align: 'center'
@@ -1350,7 +1350,7 @@ export default {
               if (params.length > 1) {
                 return `${params[0].marker}今天${params[0].name}时:${params[0].data}  <br/>
               ${params[1].marker}昨天${params[1].name}时:${params[1].data} <br/>
-            比:${da} <br/> `
+            比:${da} <br/> `
               } else {
                 return `${params[0].marker}时间:${params[0].name} <br/>
             数值:${params[0].data} `