*Fixbug_21140

This commit is contained in:
sunjun
2022-04-25 13:10:55 +08:00
parent cce29cd63c
commit 1cf2e5e541
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
<th class='w-80px'><?php echo $lang->task->date;?></th>
<td class='w-p45'><?php echo html::input('date', $estimate->date, 'class="form-control form-date"');?></td>
<td></td>
</tr>
</tr>
<tr>
<th><?php echo $lang->task->record;?></th>
<td><?php echo html::input('consumed', $estimate->consumed, 'class="form-control"');?></td>
@@ -37,7 +37,7 @@
<tr>
<th><?php echo $lang->comment;?></th>
<td colspan='2'><?php echo html::textarea('work', $estimate->work, "class=form-control");?></td>
</tr>
</tr>
<tr>
<td colspan='3' class='text-center form-actions'><?php echo html::submitButton() . html::backButton();?></td>
</tr>