Revert "fix: 项目详情"

This reverts commit fda8a34c6c.
This commit is contained in:
JiangSheng
2026-01-27 21:06:51 +08:00
parent 42efb75533
commit 01423beeb4

View File

@@ -86,7 +86,10 @@
/>
</el-tab-pane>
<el-tab-pane label="项目详情" name="projectDetail">
<div class="project-detail-content">
<div
class="project-detail-content"
v-if="displayedTabs.includes('projectDetail') && projectUuid"
>
<!-- 基本信息 -->
<div class="section-block">
<div class="section-title">基本信息</div>
@@ -95,7 +98,6 @@
@update:projectInfo="updateProjectInfo"
@loaded="projectInfoLoadCompleteFun"
:nodeId="projectUuid"
v-if="projectUuid"
/>
</div>
<template v-if="enableConfigByTenant([TENANT_ENUM.LYRIC])">