优化欠费明细表时间

This commit is contained in:
wuxw 2025-02-05 12:11:30 +08:00
parent 343ee5ec66
commit 314aa74af9

View File

@ -2,9 +2,9 @@
<div class="ibox ">
<div class="ibox-title">
<h5><span>
<vc:i18n name="查询条件" namespace="reportOweFeeDetail"></vc:i18n>
</span></h5>
<h5>
<vc:i18n name="查询条件" namespace="reportOweFeeDetail"></vc:i18n>
</h5>
<div class="ibox-tools" style="top:10px;">
</div>
@ -45,13 +45,13 @@
</div>
<div class="col-sm-2">
<div class="form-group input-group">
<input type="text" :placeholder="vc.i18n('请选择创建开始时间','reportOweFeeDetail')"
<input type="text" :placeholder="vc.i18n('请选择开始时间','reportOweFeeDetail')"
v-model="reportOweFeeDetailInfo.conditions.startTime" class=" form-control startTime">
</div>
</div>
<div class="col-sm-2">
<div class="form-group input-group">
<input type="text" :placeholder="vc.i18n('请选择创建结束时间','reportOweFeeDetail')"
<input type="text" :placeholder="vc.i18n('请选择结束时间','reportOweFeeDetail')"
v-model="reportOweFeeDetailInfo.conditions.endTime" class=" form-control endTime">
</div>
</div>
@ -89,9 +89,9 @@
<div class="ibox">
<div class="ibox-title">
<h5><span>
<vc:i18n name="欠费明细表" namespace="reportOweFeeDetail"></vc:i18n>
</span></h5>
<h5>
<vc:i18n name="欠费明细表" namespace="reportOweFeeDetail"></vc:i18n>
</h5>
<span class="fa fa-info-circle popover-show" style="cursor: pointer;" data-content="房屋与费用项关联的欠费明细"></span>
<span style="font-size: 10px;">(按天更新)</span>
<div class="ibox-tools" style="top:10px;">