소스 검색

新增组件及页面

liuqiwen 5 년 전
부모
커밋
bc023ca907
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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">