fixbug_sunjun_23101

This commit is contained in:
sunjun
2022-06-06 03:56:27 +00:00
parent c6c1ce36a4
commit d77300ebf8

View File

@@ -30,7 +30,11 @@
<?php if(empty($projectStats)):?>
<div class="table-empty-tip">
<p>
<?php if($config->systemMode == 'new'):?>
<span class="text-muted"><?php echo $lang->project->empty;?></span>
<?php else:?>
<span class="text-muted"><?php echo $lang->execution->noExecution;?></span>
<?php endif;?>
</p>
</div>
<?php else:?>