修正
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
type="date"
|
||||
id="entryDate"
|
||||
min="1900-01-01"
|
||||
max="2999-12-31"
|
||||
max="2099-12-31"
|
||||
onchange="onEntryDateChanged()"
|
||||
/>
|
||||
</div>
|
||||
@@ -264,10 +264,10 @@
|
||||
type="date"
|
||||
id="searchFromDate"
|
||||
min="1900-01-01"
|
||||
max="2999-12-31"
|
||||
max="2099-12-31"
|
||||
/>
|
||||
~
|
||||
<input type="date" id="searchToDate" min="1900-01-01" max="2999-12-31" />
|
||||
<input type="date" id="searchToDate" min="1900-01-01" max="2099-12-31" />
|
||||
|
||||
<label style="margin-left: 16px">摘要</label>
|
||||
<input type="text" id="searchKeyword" style="min-width: 600px" />
|
||||
|
||||
Reference in New Issue
Block a user