* Fix bug.

This commit is contained in:
leiyong
2021-02-19 10:19:26 +08:00
committed by Yagami
parent ba205e23af
commit 912c332299
+1 -1
View File
@@ -38,7 +38,7 @@
</div>
<div class='btn-toolbar pull-right'>
<?php
if(!$plan->deleted)
if(!$plan->deleted && !isonlybody())
{
echo $this->buildOperateMenu($plan, 'view');