This commit is contained in:
tanghucheng
2022-01-28 11:20:17 +08:00
parent 8e114b44d1
commit 6b91759988
+5 -1
View File
@@ -209,8 +209,12 @@
<table class="table table-data">
<tbody>
<tr>
<?php
$method = 'view';
if($this->config->vision == 'lite') $method = 'kanban';
?>
<th class='w-90px'><?php echo $lang->task->execution;?></th>
<td><?php if(!common::printLink('execution', 'view', "executionID=$task->execution", $execution->name)) echo $execution->name;?></td>
<td><?php if(!common::printLink('execution', $method, "executionID=$task->execution", $execution->name)) echo $execution->name;?></td>
</tr>
<tr>
<th><?php echo $lang->task->module;?></th>