|
<{if $report != "month"}>
<{input type="date" vtype="date" name="time_from" id="time_from" style="width:100px; font-family:arial;" value=$time_from}> 至
<{input type="date" vtype="date" name="time_to" id="time_to" style="width:100px; font-family:arial;" value=$time_to}>
<{/if}>
<{button class="filterBtn btn-thirdly" label='确定'}>
|