Browse Source

Merge branch 'master' of http://git.tjyourong.com.cn/ctop/adsp-vue

魏志佳 4 năm trước cách đây
mục cha
commit
3058c874b3

+ 3 - 2
src/views/modules/kuaishouapp/account/advertisingGroup.vue

@@ -116,7 +116,7 @@
               <span slot="reviewDetail" slot-scope="text">
                 <span
                   :title="text"
-                  style="margin:0;display:block;width:300px !important;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">
+                  style="margin:0;display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">
                   {{ text }}</span>
               </span>
               <span slot="bidType" slot-scope="text, record">
@@ -415,7 +415,8 @@
       dataIndex: 'reviewDetail',
       scopedSlots: {
         customRender: 'reviewDetail'
-      }
+      },
+      width:300
     },
     {
       title: '出价类型',

+ 1 - 1
vue.config.js

@@ -63,7 +63,7 @@ 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后台项目