You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature] Team member: Add title attribute to display the mailbox on the page, does not change the page structure, but only increases user-friendliness, and changes one line of code
#3172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
shaohuzhang1
changed the title
[Feature] 团队成员:页面增加title属性来显示邮箱,不改变页面结构,只是增加用户友好度,一行代码改动
[Feature] Team member: Add title attribute to display the mailbox on the page, does not change the page structure, but only increases user-friendliness, and changes one line of code
May 30, 2025
MaxKB Version
Latest
Please describe your needs or suggestions for improvements
团队成员:页面增加邮箱显示:
文件:ui/src/views/team/index.vue
第31行,
span
标签内 增加:title="row.email"
, 本身获取成员列表,只返回了username, email, 增加title属性,不改变页面结构,只是增加友好度
(有些情况下用户名识别度不高)
完整代码:31行
Please describe the solution you suggest
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: