tangning 1 rok temu
rodzic
commit
535bf04608
1 zmienionych plików z 2 dodań i 2 usunięć
  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,
         },
         {