Merge branch 'sprint/183_zhouxudong_trans47958' into 'master'

*Finish task #47958.

See merge request easycorp/zentaopms!1497
This commit is contained in:
朱金勇
2022-01-19 06:51:01 +00:00
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
<?php echo html::a($this->createLink($this->app->rawModule, $this->app->rawMethod, "status=$key&projectID=$projectID&orderBy=$orderBy&productID=$productID"), "<span class='text'>{$label}</span>", '', "class='btn btn-link' id='{$key}Tab' data-app='$from'");?>
<?php endforeach;?>
<?php if($from == 'execution' and $this->config->systemMode == 'new'):?>
<div class='input-control w-150px'>
<div class='input-control w-180px'>
<?php echo html::select('project', $projects, $projectID, "class='form-control chosen' data-placeholder='{$lang->execution->selectProject}'");?>
</div>
<?php endif;?>