Browse Source

森语-员工登记档案-字段调整

jbb 2 years ago
parent
commit
7d56c1316f
1 changed files with 37 additions and 21 deletions
  1. 37 21
      src/views/system/UserList.vue

+ 37 - 21
src/views/system/UserList.vue

@@ -234,10 +234,10 @@
             }
           },*/
           {
-            title: '用户账号',
+            title: '部门',
             align: "center",
-            dataIndex: 'username',
-            width: 120
+            width: 180,
+            dataIndex: 'orgCode'
           },
           {
             title: '用户姓名',
@@ -246,25 +246,16 @@
             dataIndex: 'realname',
           },
           {
-            title: '头像',
+            title: '工号',
             align: "center",
             width: 120,
-            dataIndex: 'avatar',
-            scopedSlots: {customRender: "avatarslot"}
-          },
-
-          {
-            title: '性别',
-            align: "center",
-            width: 80,
-            dataIndex: 'sex_dictText',
-            sorter: true
+            dataIndex: 'workNo',
           },
           {
-            title: '生日',
+            title: '身份证号',
             align: "center",
-            width: 100,
-            dataIndex: 'birthday'
+            width: 120,
+            dataIndex: 'nidNo',
           },
           {
             title: '手机号码',
@@ -279,17 +270,42 @@
             dataIndex: 'pkOrgName'
           },
           {
-            title: '部门',
+            title: '生日',
             align: "center",
-            width: 180,
-            dataIndex: 'orgCode'
-          },
+            width: 100,
+            dataIndex: 'birthday'
+          },     
           {
             title: '状态',
             align: "center",
             width: 80,
             dataIndex: 'status_dictText'
           },
+          {
+            title: '用户账号',
+            align: "center",
+            dataIndex: 'username',
+            width: 120
+          },
+          
+          
+          
+          // {
+          //   title: '头像',
+          //   align: "center",
+          //   width: 120,
+          //   dataIndex: 'avatar',
+          //   scopedSlots: {customRender: "avatarslot"}
+          // },
+
+          // {
+          //   title: '性别',
+          //   align: "center",
+          //   width: 80,
+          //   dataIndex: 'sex_dictText',
+          //   sorter: true
+          // },
+          
           {
             title: '操作',
             dataIndex: 'action',