Просмотр исходного кода

1156 用户管理列表调整(更改宽度,调换位置)

cyy 2 лет назад
Родитель
Сommit
7b9e43e2dd
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      src/views/platform/org/employee/list.vue

+ 7 - 7
src/views/platform/org/employee/list.vue

@@ -184,19 +184,19 @@ export default {
                         tags: genderOptions,
                         width: 90
                     },
-                    { 
-                        prop: "roleName", 
-                        label: this.$t('platform.org.employee.prop.job'),
-                        width:180,
-                        slotName:"roleName"
-                    },
                     {
                         prop: 'positionsPath',
                         label: this.$t('platform.org.employee.prop.orgPath'),
                         sortable: false,
-                        minWidth: 200,
+                        width: 200,
                         slotName:"positionsPath"
                     },
+                    { 
+                        prop: "roleName", 
+                        label: this.$t('platform.org.employee.prop.job'),
+                        minWidth:200,
+                        slotName:"roleName"
+                    }, 
                     {
                         prop: 'status',
                         label: this.$t('platform.org.employee.prop.status'),