mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
运营admin加入订单详情功能
This commit is contained in:
parent
ea647d6cc3
commit
0b6562e09f
@ -33,10 +33,10 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-2">
|
||||
<select class="form-control-md form-control input-s-sm inline"
|
||||
v-model="reportOweFeeDetailInfo.conditions.feeTypeCd">
|
||||
v-model="reportOweFeeDetailInfo.conditions.feeTypeCd">
|
||||
<option selected value="">{{vc.i18n('请选择费用大类','reportFeeSummary')}}</option>
|
||||
<option v-for="(item,index) in reportOweFeeDetailInfo.feeTypeCds" :key="index"
|
||||
v-bind:value="item.statusCd">
|
||||
v-bind:value="item.statusCd">
|
||||
{{item.name}}
|
||||
</option>
|
||||
</select>
|
||||
@ -73,13 +73,16 @@
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<button type="button" class="btn btn-primary btn-md" v-on:click="_queryMethod()">
|
||||
<vc:i18n name="查询" namespace="reportOweFeeDetail"></vc:i18n>
|
||||
<vc:i18n name="查询" namespace="reportOweFeeDetail"></vc:i18n>
|
||||
</button>
|
||||
<button type="button" class="btn btn-info btn-md" v-on:click="_resetMethod()"
|
||||
style="margin-left: 20px;">
|
||||
<vc:i18n name="重置" namespace="reportOweFeeDetail"></vc:i18n>
|
||||
<vc:i18n name="重置" namespace="reportOweFeeDetail"></vc:i18n>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-2">
|
||||
<div class="form-group">
|
||||
<input type="text" :placeholder="vc.i18n('请填写业主名称','reportOweFeeDetail')"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user