Ver Fonte

'改盯盘'

魏志佳 há 4 anos atrás
pai
commit
2285153b2b

+ 2 - 2
src/views/modules/columnConst/stockWatch.js

@@ -1144,11 +1144,11 @@ export const KScustomFields= [
         },
         {
           title: '付费次数成本',
-          dataIndex: 'eventPayFirstDayCost',
+          dataIndex: 'eventPayCost',
           tip: '消耗/付费次数',
           align: 'center',    
           type:'int', 
-          scopedSlots: { customRender: 'eventPayFirstDayCost' },
+          scopedSlots: { customRender: 'eventPayCost' },
           sorter:() => {}
         },
         {

+ 2 - 2
src/views/modules/stockWatch/accountPage.vue

@@ -886,8 +886,8 @@ const columns=[
             changeColumn(val){
                 if(this.AggregateByHourList.today && this.AggregateByHourList.yesterday){
                     val.forEach(item=>{
-                        item.today=this.AggregateByHourList.today[item.dataIndex];
-                        item.yesterday=this.AggregateByHourList.yesterday[item.dataIndex]
+                        item.today=this.AggregateByHourList.today?this.AggregateByHourList.today[item.dataIndex]:0;
+                        item.yesterday=this.AggregateByHourList.yesterday?this.AggregateByHourList.yesterday[item.dataIndex]:0
                     })
                     this.columns=[...val];
                     let arr = JSON.stringify(this.columns)

+ 1 - 1
vue.config.js

@@ -74,7 +74,7 @@ module.exports = {
         // target: 'http://192.168.1.188:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.43:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
+        // target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.43:8087', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.219:8080', //请求本地 需要jeecg-boot后台项目  赵西安