瀏覽代碼

添加字段

朱鑫波 3 年之前
父節點
當前提交
a4f7f07d13

+ 3 - 1
src/views/modules/Statistics/KSAccountReport.vue

@@ -173,7 +173,9 @@
                 @change="sort"                
                 style="word-break: break-all;font-size:16px;font-weight:600"
               >
-
+                
+                <span slot="eventAppInvokedCost" slot-scope="eventAppInvokedCost">{{ eventAppInvokedCost | decimalsHandle }}</span>
+                <span slot="eventAppInvokedRatio" slot-scope="eventAppInvokedRatio">{{ eventAppInvokedRatio | toPercentage }}</span>
                 <span slot="ctr" slot-scope="ctr">{{ ctr | toPercentage }}</span>
                 <span slot="cost" slot-scope="cost">{{ cost | decimalsHandle }}</span>
                 <span slot="clickMaterial" slot-scope="clickMaterial">{{ clickMaterial | formatCurrency }}</span>

+ 1 - 1
src/views/modules/account-config/components/configuration-modal.vue

@@ -541,7 +541,7 @@
                                     <a-radio-button value="2">定向</a-radio-button>
                                 </a-radio-group>
                             </a-form-model-item>
-                            <a-form-model-item v-if="configForm.adConvertType" label="过滤已转化用户">
+                            <a-form-model-item label="过滤已转化用户">
                                 <a-radio-group v-model="configForm.adHideIfConverted" button-style="solid" @change="handleAdhideConver">
                                     <a-radio-button
                                         v-for="item in adHideIfConvertedDataOption"

+ 26 - 1
src/views/modules/columnConst/accountConst.js

@@ -980,6 +980,7 @@ export const KScustomFields= [
           scopedSlots: { customRender: 'cpb' },
           sorter:() => {}
         },
+       
       ]
     },
     {
@@ -1248,6 +1249,30 @@ export const KScustomFields= [
           scopedSlots: { customRender: 'keyActionCost' },
           sorter:() => {}
         },
+        {
+          title: '唤醒应用数',
+          dataIndex: 'eventAppInvoked',
+          // tip: '总花费/行为数',
+          align: 'center',    
+          scopedSlots: { customRender: 'eventAppInvoked' },
+          sorter:() => {}
+        },
+        {
+          title: '唤醒应用成本',
+          dataIndex: 'eventAppInvokedCost',
+          // tip: '总花费/行为数',
+          align: 'center',    
+          scopedSlots: { customRender: 'eventAppInvokedCost' },
+          sorter:() => {}
+        },
+        {
+          title: '唤醒应用率',
+          dataIndex: 'eventAppInvokedRatio',
+          tip: '唤起应用数/当日行为数',
+          align: 'center',    
+          scopedSlots: { customRender: 'eventAppInvokedRatio' },
+          sorter:() => {}
+        },
       ]
     },
     {
@@ -1347,7 +1372,7 @@ export const KScustomFields= [
       ]
     }
   ]
-
+  // event_app_invoked
 
 
 //  export default { TTcustomFields, KScustomFields }

+ 2 - 2
vue.config.js

@@ -97,7 +97,7 @@ module.exports = {
       '/jeecg-boot': {
         // target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.1.3:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-        // target: 'http://192.168.1.3:7001', //请求本地 需要jeecg-boot后台项目  蒙蒙
+        target: 'http://192.168.1.3:7001', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.62:7001', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.6.162:9806', //请求本地 需要jeecg-boot后台项目  祚云
@@ -119,7 +119,7 @@ module.exports = {
         // target:'http://gateway.tjyourong.com.cn', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产
         // target: 'http://192.168.1.134:7001', //请求本地 需要jeecg-boot后台项目  周泽宇
-        target:'http://192.168.0.195:9999/',
+        // target:'http://192.168.0.195:9999/',
         // target:'http://gateway.tjyourong.com.cn/',//测试
 
         ws: false,