From c7abf48c6a32c249eafe2825d10820c8b66ed6e8 Mon Sep 17 00:00:00 2001 From: JiaoTianBo Date: Tue, 31 Mar 2026 18:23:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor(project):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了项目列表中显示用户角色的文本块 - 简化了项目项的UI布局 - 减少了冗余的DOM元素和样式声明 - 保持UI整体风格一致性 --- src/views/project/index.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/views/project/index.vue b/src/views/project/index.vue index fba059e..c1f890a 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -549,13 +549,6 @@ function getStatusText(status?: string): string { -
- {{ item.myRole ? `我的角色: ${item.myRole}` : "暂无角色信息" }} -
-