refactor: ♻️ 用户管理增加email字段,修复table-select性别不显示的问题
用户管理增加email字段,修复table-select性别不显示的问题
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="部门" width="120" align="center" prop="deptName" />
|
||||
<el-table-column label="手机号码" align="center" prop="mobile" width="120" />
|
||||
<el-table-column label="邮箱" align="center" prop="email" width="160" />
|
||||
<el-table-column label="状态" align="center" prop="status" width="80">
|
||||
<template #default="scope">
|
||||
<el-tag :type="scope.row.status == 1 ? 'success' : 'info'">
|
||||
|
||||
Reference in New Issue
Block a user