Merge branch 'fixbug_sunjun_23101' into 'master'

fixbug_sunjun_23101

See merge request easycorp/zentaopms!3737
This commit is contained in:
李玉春
2022-06-07 00:52:50 +00:00

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:?>