refactor: ♻️ 用户管理增加email字段,修复table-select性别不显示的问题

用户管理增加email字段,修复table-select性别不显示的问题
This commit is contained in:
Theo
2025-01-22 16:44:40 +08:00
parent 9e6727062a
commit 1bc339201b
3 changed files with 19 additions and 4 deletions

View File

@@ -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'">