LAPTOP-16IUEB3P\Lenovo 2 лет назад
Родитель
Сommit
85a6b42ae1

+ 4 - 2
src/views/workforceManagement/classes/index.vue

@@ -63,7 +63,8 @@
             width: 45,
             type: 'index',
             columnKey: 'index',
-            align: 'center'
+            align: 'center',
+            fixed:'left'
           },
           {
             prop: 'code',
@@ -88,7 +89,8 @@
             align: 'center',
             resizable: false,
             slot: 'action',
-            showOverflowTooltip: true
+            showOverflowTooltip: true,
+            fixed:'right'
           }
         ],
         dict: {

+ 4 - 2
src/views/workforceManagement/schedule/index.vue

@@ -71,7 +71,8 @@
             width: 45,
             type: 'index',
             columnKey: 'index',
-            align: 'center'
+            align: 'center',
+            fixed:'left'
           },
           {
             prop: 'name',
@@ -96,7 +97,8 @@
             align: 'center',
             resizable: false,
             slot: 'action',
-            showOverflowTooltip: true
+            showOverflowTooltip: true,
+            fixed:'right'
           }
         ],
         dict: {

+ 4 - 2
src/views/workforceManagement/team/components/userTable.vue

@@ -63,7 +63,8 @@
             width: 45,
             type: 'index',
             columnKey: 'index',
-            align: 'center'
+            align: 'center',
+            fixed:'left'
           },
           {
             prop: 'name',
@@ -84,7 +85,8 @@
             align: 'center',
             resizable: false,
             slot: 'action',
-            showOverflowTooltip: true
+            showOverflowTooltip: true,
+            fixed:'right'
           }
         ],
         datasource: []

+ 6 - 3
src/views/workforceManagement/team/index.vue

@@ -73,13 +73,15 @@
             width: 45,
             type: 'selection',
             columnKey: 'selection',
-            align: 'center'
+            align: 'center',
+            fixed:'left'
           },
           {
             width: 45,
             type: 'index',
             columnKey: 'index',
-            align: 'center'
+            align: 'center',
+            fixed:'left'
           },
           {
             prop: 'code',
@@ -108,7 +110,8 @@
             align: 'center',
             resizable: false,
             slot: 'action',
-            showOverflowTooltip: true
+            showOverflowTooltip: true,
+            fixed:'right'
           }
         ],
         dict: {