Merge branch 'fixbug_sunjun_23101' into 'master'
fixbug_sunjun_23101 See merge request easycorp/zentaopms!3737
This commit is contained in:
@@ -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:?>
|
||||
|
||||
Reference in New Issue
Block a user