更改:文案为截止日期

This commit is contained in:
yystopf 2023-12-19 15:45:35 +08:00
parent 883542dfe8
commit 6b8749589e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<input class="form-control datetimepicker" type="text" name="begin_date" value="<%= params[:begin_date] || Date.today.to_s%>" aria-label="选择日期">
</div>
<div class="input-group">
<span class="input-group-text">结束日期</span>
<span class="input-group-text">截止日期</span>
<input class="form-control datetimepicker" type="text" name="end_date" value="<%= params[:end_date] || Date.today.to_s%>" aria-label="选择日期">
</div>
<% end %>