tangning 1 سال پیش
والد
کامیت
535bf04608
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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,
         },
         {