mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
f85ebaf4ec
commit
521b5d6661
@ -18,9 +18,8 @@
|
||||
<div class="col-lg-2 padding-right-xs padding-left-xl">
|
||||
<select class="custom-select custom-select-sm" v-model="simplifyFeeReceiptInfo.ownerFlag"
|
||||
@change="_queryFeeReceiptMethod()">
|
||||
<option selected value="">选择是否按业主来查询</option>
|
||||
<option value="F">不按业主查询</option>
|
||||
<option value="T">按业主查询</option>
|
||||
<option value="F">当前{{simplifyFeeReceiptInfo.objType == '6666'?'车辆':'房屋'}}</option>
|
||||
<option value="T">全部{{simplifyFeeReceiptInfo.objType == '6666'?'车辆':'房屋'}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-2 padding-right-xs padding-left-xl" v-if="simplifyFeeReceiptInfo.objType != '6666'">
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
ownerId: '',
|
||||
ownerCars: [],
|
||||
selectReceipts: [],
|
||||
ownerFlag:'',
|
||||
ownerFlag:'F',
|
||||
quan: false
|
||||
}
|
||||
},
|
||||
@ -143,7 +143,7 @@
|
||||
ownerId: '',
|
||||
ownerCars: [],
|
||||
selectReceipts: [],
|
||||
ownerFlag:'',
|
||||
ownerFlag:'F',
|
||||
quan: false
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user