Explorar el Código

修改政策列表展示-发版

朱鑫波 hace 3 años
padre
commit
704a94dd8e

+ 1 - 0
src/views/modules/creative-copywrit/creative-copywrit.vue

@@ -2231,6 +2231,7 @@ export default {
             this.recordDetailVisible = false;
         },
         handleRecord(data){
+            this.recordIpagination.current = 1
             this.handleGetRecordDetail(data.code);
             this.recordSignature = data.code;
             this.recordDetailVisible = true;

+ 1 - 0
src/views/modules/material/videoMaterial.vue

@@ -2889,6 +2889,7 @@ export default {
       this.recordDetailVisible = false;
     },
     handleRecord(data){
+      this.recordIpagination.current = 1
       this.handleGetRecordDetail(data.code);
       this.recordSignature = data.code;
       this.recordDetailVisible = true;

+ 6 - 1
src/views/modules/policy-management/policy-management.less

@@ -146,7 +146,6 @@
     .policy-line-quen {
         display: flex;
         height: 345px;
-        overflow-y: auto;
 
         .line-quen-left,
         .line-quen-right {
@@ -170,6 +169,12 @@
                     white-space: nowrap;
                     text-overflow: ellipsis;
                 }
+                .line-right-spn-else {
+                    display: inline-block;
+                    width: 280px;
+                    max-height: 130px;
+                    overflow: auto;
+                }
 
             }
 

+ 3 - 3
src/views/modules/policy-management/policy-management.vue

@@ -332,7 +332,7 @@
                         </div>
                         <div class="policy-line-right">
                             <span class="line-left-spn">备注:</span>
-                            <span class="line-right-spn">{{ queryByIdList.remarks || '-' }}</span>
+                            <span class="line-right-spn-else">{{ queryByIdList.remarks || '-' }}</span>
                         </div>
                     </div>
                 </div>
@@ -913,7 +913,7 @@ export default {
                 creativeAdvance: undefined,
                 creativeSale: undefined,
                 creativeOperate: 'no',
-                time: [moment().subtract(6, 'days').format('YYYY-MM-DD'), moment().format('YYYY-MM-DD')],
+                time: [moment().subtract(30, 'days').format('YYYY-MM-DD'), moment().format('YYYY-MM-DD')],
                 searchStatus: 'no'
             },
             tablePag: {
@@ -1392,7 +1392,7 @@ export default {
                 creativeAdvance: undefined,
                 creativeSale: undefined,
                 creativeOperate: 'no',
-                time: [moment().subtract(6, 'days').format('YYYY-MM-DD'), moment().format('YYYY-MM-DD')],
+                time: [moment().subtract(30, 'days').format('YYYY-MM-DD'), moment().format('YYYY-MM-DD')],
                 searchStatus: 'no'
             };
             this.tablePag = {

+ 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后台项目  祚云
@@ -108,7 +108,7 @@ module.exports = {
         // target: 'http://192.168.1.219:7701', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
         // target: 'http://192.168.1.193:31012', //请求本地 需要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后台项目