Explorar o código

'绩效-改详情'

魏志佳 %!s(int64=5) %!d(string=hai) anos
pai
achega
e289e7b9f1

+ 5 - 5
src/views/modules/Statistics/performanceRelated/performanceRelated.vue

@@ -353,7 +353,7 @@ const saleDetailColumns = [
         align: 'center',
         scopedSlots: { customRender: 'oldCost' },
         
-        width:120
+        width:100
     },
     {
         title: '新客消耗',
@@ -361,7 +361,7 @@ const saleDetailColumns = [
         align: 'center',
         scopedSlots: { customRender: 'newCost' },
        
-        width:120,
+        width:100,
     },
     {
         title: '老客提成比例',
@@ -369,7 +369,7 @@ const saleDetailColumns = [
         align: 'center',
         scopedSlots: { customRender: 'oldPercent' },
        
-        width:100
+        width:120
     },
     {
         title: '新客提成比例',
@@ -377,7 +377,7 @@ const saleDetailColumns = [
         align: 'center',
         scopedSlots: { customRender: 'newPercent' },
         
-        width:100,
+        width:120,
     },
     {
         title: '广告主名称',
@@ -385,7 +385,7 @@ const saleDetailColumns = [
         align: 'center',
         scopedSlots: { customRender: 'name' },
         
-        width:200,
+        width:150,
   },
     {
         title: '总消耗',

+ 0 - 14
vue.config.js

@@ -72,22 +72,8 @@ module.exports = {
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.54:8080', //请求本地 需要jeecg-boot后台项目  孙震
         // target: 'http://192.168.1.165:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
-<<<<<<< HEAD
-        // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        // target: 'http://api.tjyourong.com.cn/jeecg-boot', //请求本地 需要jeecg-boot后台项目 
-        // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
-
-        // target: 'http://192.168.0.53:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        target: 'http://192.168.1.251:8080', //请求本地 需要jeecg-boot后台项目 
-
-        // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目 
-
-        // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉        
-        // target: 'http://192.168.1.251:80', //请求本地 需要jeecg-boot后台项目 
-=======
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉       
         target: 'http://192.168.1.251:80', //请求本地 需要jeecg-boot后台项目 
->>>>>>> ed086df52465e9a02fd160b2ab8bc3816cb9a242
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
 
         ws: false,