|
@@ -113,7 +113,7 @@
|
|
|
<el-table-column label="编号" width="50" align="center" prop="userId" />
|
|
|
<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="deptName" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="部门" align="center" prop="dept.deptName" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="手机号码" align="center" prop="phone" width="120" />
|
|
|
<el-table-column label="状态" width="50" align="center">
|
|
|
<template slot-scope="scope">
|