mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化采购页面查询条件显示
This commit is contained in:
parent
3f5ce1af09
commit
81f6a73763
@ -17,7 +17,7 @@
|
||||
v-model="purchaseApplyManageInfo.conditions.applyOrderId" class=" form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="col-sm-3">
|
||||
<select class="custom-select" v-model="purchaseApplyManageInfo.conditions.state">
|
||||
<option selected disabled value="">请选择状态</option>
|
||||
<option v-for="(item,index) in purchaseApplyManageInfo.states" :key="index"
|
||||
@ -27,7 +27,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-sm-4">
|
||||
<div class="col-sm-3">
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="请填写申请人姓名"
|
||||
v-model="purchaseApplyManageInfo.conditions.userName" class=" form-control">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user