魏志佳 il y a 5 ans
Parent
commit
2925c678df

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

@@ -116,7 +116,7 @@
         </div>
          <!-- 明细表 -->
         <div class="detailBox">
-            <a-modal v-model="visibleDetail" title="详细信息" width="50%" :footer="null" id="detailBox">
+            <a-modal v-model="visibleDetail" title="详细信息" width="55%" :footer="null" id="detailBox">
                 <!-- <a-button type="default" @click="exportExcel" id="mybtn">导出报表</a-button> -->
                 <div class="myTable">
                     <a-table
@@ -225,7 +225,7 @@ const detailColumns=[
         align: 'center',
         scopedSlots: { customRender: 'quarters' },
         sorter:()=>{},
-        width:150
+        width:120
     },
     {
         title: '项目',
@@ -233,7 +233,7 @@ const detailColumns=[
         align: 'center',
         scopedSlots: { customRender: 'projectName' },
         sorter:()=>{},
-        width:200
+        width:150
     },
     {
         title: '账户名称',
@@ -241,7 +241,7 @@ const detailColumns=[
         align: 'center',
         scopedSlots: { customRender: 'authName' },
         sorter:()=>{},
-        width:350,
+        width:300,
     },
     {
         title: '消耗',

+ 5 - 5
vue.config.js

@@ -71,14 +71,14 @@ module.exports = {
         // target: 'http://192.168.1.103:8080', //请求本地 需要jeecg-boot后台项目
         // 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后台项目  毕洁泉
+        // target: 'http://192.168.1.165:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        // target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目 
+        target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目 
         ws: false,
         changeOrigin: true,
-        pathRewrite: {
-            '/jeecg-boot': ''  //默认所有请求都加了jeecg-boot前缀,需要去掉
-          }
+        // pathRewrite: {
+        //     '/jeecg-boot': ''  //默认所有请求都加了jeecg-boot前缀,需要去掉
+        //   }
       },
     },
     // before(app) {