Skip to content

[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.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yuxiaobin opened this issue May 30, 2025 · 2 comments
Assignees

Comments

@yuxiaobin
Copy link
Contributor

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行

<span class="mr-8" :title="row.email">{{ row.username }}</span>

Please describe the solution you suggest

No response

Additional Information

No response

@shaohuzhang1 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
@baixin513
Copy link
Contributor

感谢反馈,暂无计划

@shaohuzhang1
Copy link
Contributor

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Thanks for the feedback, no plans yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants