* Fix bug.

This commit is contained in:
leiyong
2020-12-15 10:16:39 +08:00
parent 8a1e26837d
commit a173276115
+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');