chore: 年度リストを昇順に変更
This commit is contained in:
@@ -292,6 +292,20 @@
|
||||
</div>
|
||||
|
||||
<div class="search-form">
|
||||
<label for="fiscalYear">年度:</label>
|
||||
<select
|
||||
id="fiscalYear"
|
||||
style="
|
||||
padding: 4px 8px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
font-size: 13px;
|
||||
min-width: 200px;
|
||||
"
|
||||
>
|
||||
<option value="">-- 選択してください --</option>
|
||||
</select>
|
||||
|
||||
<label for="dateFrom">開始年月日:</label>
|
||||
<input type="date" id="dateFrom" min="1900-01-01" max="2099-12-31" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user