refactor(project): 移除角色信息展示代码
Some checks failed
Lint Code / Lint Code (push) Failing after 1m40s

- 删除了项目列表中显示用户角色的文本块
- 简化了项目项的UI布局
- 减少了冗余的DOM元素和样式声明
- 保持UI整体风格一致性
This commit is contained in:
2026-03-31 18:23:12 +08:00
parent 4b30c1350d
commit c7abf48c6a

View File

@@ -549,13 +549,6 @@ function getStatusText(status?: string): string {
</el-tag>
</div>
<div
class="text-sm text-gray-500 mb-3 line-clamp-2"
style="min-height: 40px"
>
{{ item.myRole ? `我的角色: ${item.myRole}` : "暂无角色信息" }}
</div>
<div class="flex items-center gap-4 text-xs text-gray-400 mb-3">
<span class="flex items-center gap-1">
<component :is="useRenderIcon(CalendarIcon)" />