ソースを参照

修改首页列表排序

caojunjie 3 年 前
コミット
4dae6f6f9c

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

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