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