mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化代码
This commit is contained in:
parent
1c5a531a5d
commit
f1da3bf64a
@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group input-group">
|
||||
<input type="text" placeholder="请输入车牌号" v-model="listOwnerCarInfo.conditions.carNum"
|
||||
<input type="text" placeholder="请输入车牌号" v-model="listOwnerCarInfo.conditions.carNumLike"
|
||||
class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
moreCondition: false,
|
||||
conditions: {
|
||||
carNum: '',
|
||||
carNumLike: '',
|
||||
num: '',
|
||||
state: '',
|
||||
carTypeCd: '1001'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user