Browse Source

去除无关字段

JXDS18FUJT 2 years ago
parent
commit
c7abd5c251
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/system/user/index.vue

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

@@ -136,9 +136,9 @@
           <el-table-column type="selection" width="50" align="center" />
           <el-table-column label="用户编号" 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="nickName" :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" prop="phonenumber" width="120" /> -->
           <el-table-column label="状态" align="center">
             <template slot-scope="scope">
               <el-switch