tangning 1 năm trước cách đây
mục cha
commit
535bf04608
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/system/user/index.vue

+ 2 - 2
src/views/system/user/index.vue

@@ -113,12 +113,12 @@
         },
         {
           title: t('routes.system.userList.userName'),
-          dataIndex: 'userName',
+          dataIndex: 'nickName',
           width: 160,
         },
         {
           title: t('routes.system.userList.nickName'),
-          dataIndex: 'nickName',
+          dataIndex: 'userName',
           width: 160,
         },
         {