mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
8500b4cbc8
commit
2f05f3e7d8
@ -5,8 +5,7 @@
|
|||||||
<div class="ibox-title">
|
<div class="ibox-title">
|
||||||
<h5><span><vc:i18n name="查询条件" namespace="reportInfoBackCityManage"></vc:i18n></span></h5>
|
<h5><span><vc:i18n name="查询条件" namespace="reportInfoBackCityManage"></vc:i18n></span></h5>
|
||||||
<div class="ibox-tools" style="top:10px;">
|
<div class="ibox-tools" style="top:10px;">
|
||||||
<button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
|
<button type="button" class="btn btn-link btn-sm" style="margin-right:10px;" v-on:click="_moreCondition()">{{reportInfoBackCityManageInfo.moreCondition ==
|
||||||
v-on:click="_moreCondition()">{{reportInfoBackCityManageInfo.moreCondition ==
|
|
||||||
true?'隐藏':'更多'}}</button>
|
true?'隐藏':'更多'}}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -14,25 +13,21 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" :placeholder="vc.i18n('请输入姓名','reportInfoBackCityManage')"
|
<input type="text" :placeholder="vc.i18n('请输入姓名','reportInfoBackCityManage')" v-model="reportInfoBackCityManageInfo.conditions.name" class=" form-control">
|
||||||
v-model="reportInfoBackCityManageInfo.conditions.name" class=" form-control">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" :placeholder="vc.i18n('请输入身份证','reportInfoBackCityManage')"
|
<input type="text" :placeholder="vc.i18n('请输入身份证','reportInfoBackCityManage')" v-model="reportInfoBackCityManageInfo.conditions.idCard" class=" form-control">
|
||||||
v-model="reportInfoBackCityManageInfo.conditions.idCard" class=" form-control">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-3">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" :placeholder="vc.i18n('请输入手机号','reportInfoBackCityManage')"
|
<input type="text" :placeholder="vc.i18n('请输入手机号','reportInfoBackCityManage')" v-model="reportInfoBackCityManageInfo.conditions.tel" class=" form-control">
|
||||||
v-model="reportInfoBackCityManageInfo.conditions.tel" class=" form-control">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-1">
|
<div class="col-sm-1">
|
||||||
<button type="button" class="btn btn-primary btn-sm"
|
<button type="button" class="btn btn-primary btn-sm" v-on:click="_queryReportInfoBackCityMethod()">
|
||||||
v-on:click="_queryReportInfoBackCityMethod()">
|
|
||||||
<i class="glyphicon glyphicon-search"></i> <span><vc:i18n name="查询" namespace="reportInfoBackCityManage"></vc:i18n></span>
|
<i class="glyphicon glyphicon-search"></i> <span><vc:i18n name="查询" namespace="reportInfoBackCityManage"></vc:i18n></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -58,11 +53,11 @@
|
|||||||
<div class="ibox-title">
|
<div class="ibox-title">
|
||||||
<h5><span><vc:i18n name="返省信息" namespace="reportInfoBackCityManage"></vc:i18n></span></h5>
|
<h5><span><vc:i18n name="返省信息" namespace="reportInfoBackCityManage"></vc:i18n></span></h5>
|
||||||
<div class="ibox-tools" style="top:10px;">
|
<div class="ibox-tools" style="top:10px;">
|
||||||
<button type="button" class="btn btn-primary btn-sm"
|
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddReportInfoBackCityModal()">
|
||||||
v-on:click="_openAddReportInfoBackCityModal()">
|
|
||||||
<i class="glyphicon glyphicon-plus"></i>
|
<i class="glyphicon glyphicon-plus"></i>
|
||||||
上报
|
上报
|
||||||
</button>
|
</button>
|
||||||
|
<button type="button" class="btn btn-primary btn-sm" v-on:click="_payBackCity()"><span><vc:i18n name="二维码" namespace="reportInfoBackCityManage"></vc:i18n></span></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ibox-content">
|
<div class="ibox-content">
|
||||||
@ -93,13 +88,9 @@
|
|||||||
v-on:click="_openEditReportInfoBackCityModel(reportInfoBackCity)"><span><vc:i18n name="修改" namespace="reportInfoBackCityManage"></vc:i18n></span></button>
|
v-on:click="_openEditReportInfoBackCityModel(reportInfoBackCity)"><span><vc:i18n name="修改" namespace="reportInfoBackCityManage"></vc:i18n></span></button>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button class="btn-white btn btn-xs"
|
<button class="btn-white btn btn-xs" v-on:click="_openDeleteReportInfoBackCityModel(reportInfoBackCity)"><span><vc:i18n name="删除" namespace="reportInfoBackCityManage"></vc:i18n></span></button>
|
||||||
v-on:click="_openDeleteReportInfoBackCityModel(reportInfoBackCity)"><span><vc:i18n name="删除" namespace="reportInfoBackCityManage"></vc:i18n></span></button>
|
|
||||||
</div>
|
|
||||||
<div class="btn-group">
|
|
||||||
<button class="btn-white btn btn-xs"
|
|
||||||
v-on:click="_payBackCity()"><span><vc:i18n name="二维码" namespace="reportInfoBackCityManage"></vc:i18n></span></button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user