Browse Source

新增组件及页面

liuqiwen 4 years ago
parent
commit
bc023ca907
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dgtis-ui/src/views/system/user/index.vue

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

@@ -141,8 +141,8 @@
             <el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange">
               <el-table-column type="selection" width="40" align="center" />
               <el-table-column label="用户ID" width="80" align="center" prop="userId" />
-              <el-table-column label="登录名称" align="center" prop="nickName" :show-overflow-tooltip="true" />
-              <el-table-column label="用户名称" align="center" prop="userName" :show-overflow-tooltip="true" />
+              <el-table-column label="用户名称" align="center" prop="nickName" :show-overflow-tooltip="true" />
+              <el-table-column label="登录名称" align="center" prop="userName" :show-overflow-tooltip="true" />
               <el-table-column label="部门" align="center" prop="dept.deptName" :show-overflow-tooltip="true" />
               <el-table-column label="手机" align="center" prop="phonenumber" width="120" />
               <el-table-column label="用户状态" align="center">