Browse Source

修改首页列表排序

caojunjie 3 years ago
parent
commit
4dae6f6f9c
1 changed files with 13 additions and 13 deletions
  1. 13 13
      src/views/wel/home/landTransportation/components/sales-trend.vue

+ 13 - 13
src/views/wel/home/landTransportation/components/sales-trend.vue

@@ -126,7 +126,7 @@ export default {
             label: '车队',
             label: '车队',
             prop: 'fleetShortName',
             prop: 'fleetShortName',
             index: 11,
             index: 11,
-            width: 190,
+            width: 100,
             overHidden: true,
             overHidden: true,
           },
           },
           {
           {
@@ -249,17 +249,17 @@ export default {
       }
       }
       this.option.column.push(
       this.option.column.push(
           {
           {
-            label: '物流运输',
-            prop: 'dispatchDeptName',
-            overHidden: true,
-            index: 9,
-            width: 100
-          }, {
             label: '业务员',
             label: '业务员',
             prop: 'salesmanName',
             prop: 'salesmanName',
             index: 2,
             index: 2,
             width: 60,
             width: 60,
             overHidden: true,
             overHidden: true,
+          },{
+            label: '物流运输',
+            prop: 'dispatchDeptName',
+            overHidden: true,
+            index: 2,
+            width: 100
           },
           },
           {
           {
             label: '客户名称',
             label: '客户名称',
@@ -397,17 +397,17 @@ export default {
           }
           }
           this.option.column.push(
           this.option.column.push(
               {
               {
-                label: '物流运输',
-                prop: 'dispatchDeptName',
-                overHidden: true,
-                index: 9,
-                width: 100
-              }, {
                 label: '业务员',
                 label: '业务员',
                 prop: 'salesmanName',
                 prop: 'salesmanName',
                 index: 2,
                 index: 2,
                 width: 60,
                 width: 60,
                 overHidden: true,
                 overHidden: true,
+              },{
+                label: '物流运输',
+                prop: 'dispatchDeptName',
+                overHidden: true,
+                index: 2,
+                width: 100
               },
               },
               {
               {
                 label: '客户名称',
                 label: '客户名称',