This commit is contained in:
zhouxudong
2022-07-04 05:57:34 +00:00
parent f1a7448b71
commit 6b960dc038
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -3427,6 +3427,11 @@ class taskModel extends model
$title = " title='{$value} {$this->lang->execution->workHour}'";
}
if($id == 'lane') $title = " title='{$task->lane}'";
if($id == 'finishedBy')
{
$name = zget($users, $task->finishedBy);
$title = " title='$name'";
}
echo "<td class='" . $class . "'" . $title . ">";
if($this->config->edition != 'open') $this->loadModel('flow')->printFlowCell('task', $task, $id);