This commit is contained in:
Yagami
2023-03-01 16:56:15 +08:00
parent 3bbc047673
commit bb6e606e90
+1 -1
View File
@@ -4120,7 +4120,7 @@ class taskModel extends model
}
}
$list .= '</td>';
if(!empty($execution->division)) $list .= '<td></td>';
if(!empty($execution->division) and $execution->hasProduct) $list .= '<td></td>';
$list .= "<td class='status-{$task->status} text-center'>" . $this->processStatus('task', $task) . '</td>';
$list .= '<td>' . zget($users, $task->assignedTo, '') . '</td>';
$list .= helper::isZeroDate($task->estStarted) ? '<td class="c-date"></td>' : '<td class="c-date">' . $task->estStarted . '</td>';