Skip to content

Commit 04aad4f

Browse files
committed
feat: 区分项目自测完成
1 parent a783491 commit 04aad4f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

frontend/src/components/layout/AppLayout.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
<span class="project-name" :title="currentProject.name">
4848
<ProjectOutlined /> {{ currentProject.name }}
4949
</span>
50-
<a-tag color="blue" v-if="currentProject.dataset_count" class="dataset-count">
51-
<DatabaseOutlined /> {{ currentProject.dataset_count }} 个数据集
52-
</a-tag>
5350
</div>
5451
</div>
5552
</a-layout-header>

0 commit comments

Comments
 (0)