Skip to content

Commit dc061c6

Browse files
author
张晨曦
committed
关闭tree可以新增项目的功能
1 parent 82e980c commit dc061c6

File tree

1 file changed

+2
-2
lines changed
  • web/src/apps/workflows/view/workflow

1 file changed

+2
-2
lines changed

web/src/apps/workflows/view/workflow/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
@on-move-flow="onMoveFlow"
5252
@on-view-version="onViewVersion"
5353
/>
54-
<div class="project-nav-tree-bottom">
54+
<!-- <div class="project-nav-tree-bottom">
5555
<div class="project-nav-add" @click.stop="createProject">
5656
<Icon type="md-add" />
5757
<span style="margin-left: 8px">添加项目</span>
5858
</div>
59-
</div>
59+
</div> -->
6060
<Spin v-show="loadingTree" size="large" fix />
6161
</div>
6262
<WorkflowModal

0 commit comments

Comments
 (0)