*Finish task #45148.

This commit is contained in:
zhengrunyu
2021-11-29 09:29:44 +08:00
parent 9dac5358e3
commit b3c8ee7ccb
8 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
</tr>
<?php $this->printExtendFields($execution, 'table');?>
<tr>
<th><?php echo $lang->execution->realEnd;?></th>
<th><?php echo $lang->execution->realEndDate;?></th>
<td>
<div class='w-150px'>
<?php echo html::input('realEnd',(!empty($execution->realEnd) && $execution->realEnd != '0000-00-00' ? $execution->realEnd : date('Y-m-d')), "class='form-control form-date' required");?>