* Adjust code .

This commit is contained in:
guofeilong
2023-03-30 16:14:54 +08:00
parent 61a9194c23
commit 4c552c2175
2 changed files with 14 additions and 9 deletions
+3 -3
View File
@@ -67,15 +67,15 @@
<?php if($type == 'project'):?>
<div class="project-tree">
<div class="title"><i class="icon icon-project text-primary"></i><?php echo $lang->projectCommon?></div>
<div id="projectTree"></div>
<div id="projectTree" data-id="project"></div>
</div>
<div class="execution-tree">
<div class="title"><i class="icon icon-run text-primary"></i><?php echo $lang->execution->common?></div>
<div id="executionTree"></div>
<div id="executionTree" data-id="execution"></div>
</div>
<div class="annex-tree">
<div class="title"><i class="icon icon-paper-clip text-primary"></i><?php echo $lang->files?></div>
<div id="annexTree"></div>
<div id="annexTree" data-id="annex"></div>
</div>
<?php endif;?>
</div>