Merge branch 'sprint/206_tianshujie_57898' into 'master'

* Fix bug #23930.

See merge request easycorp/zentaopms!4071
This commit is contained in:
王怡栋
2022-06-22 08:18:35 +00:00
+2 -2
View File
@@ -27,7 +27,7 @@
<table class='table table-form'>
<tbody>
<tr>
<th class='w-80px'><?php echo $lang->execution->dateRange;?></th>
<th class='c-date'><?php echo $lang->execution->dateRange;?></th>
<td colspan='2'>
<div class='input-group'>
<?php echo html::input('begin', $execution->begin, "class='form-control form-date' onchange='computeWorkDays()' placeholder='" . $lang->execution->begin . "'");?>
@@ -43,7 +43,7 @@
</div>
</div>
</td>
<td class='w-100px'></td>
<td class='c-date'></td>
</tr>
<tr>
<th><?php echo $lang->execution->days;?></th>