mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化欠费明细表时间
This commit is contained in:
parent
343ee5ec66
commit
314aa74af9
@ -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;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user