diff --git a/src/views/task/projectList/index.vue b/src/views/task/projectList/index.vue
index 3cb1a51..a0e4a3a 100644
--- a/src/views/task/projectList/index.vue
+++ b/src/views/task/projectList/index.vue
@@ -35,7 +35,7 @@
-
+
+
+
+
+
+
@@ -78,7 +78,11 @@
:title="project.nodeName"
@click="goProjectDetailFun(project.uuid, project.nodeName)"
class="gl-text-ellipsis gl-pointer-class"
- >{{ project.nodeName }}{{
+ enableConfigByTenant([TENANT_ENUM.LYRIC])
+ ? project.nodeCode
+ : project.nodeName
+ }}