mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
加入商城菜单
This commit is contained in:
parent
628b832feb
commit
f28dbb8c18
@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-3">
|
||||||
<select class="custom-select" v-model="housekeepingTypeManageInfo.conditions.isShow">
|
<select class="custom-select" v-model="housekeepingTypeManageInfo.conditions.typeCd">
|
||||||
<option selected value="">请选择类型</option>
|
<option selected value="">请选择类型</option>
|
||||||
<option value="1001">家政</option>
|
<option value="1001">家政</option>
|
||||||
<option value="2002">商城</option>
|
<option value="2002">商城</option>
|
||||||
|
|||||||
@ -15,7 +15,8 @@
|
|||||||
conditions: {
|
conditions: {
|
||||||
hktName: '',
|
hktName: '',
|
||||||
isShow: '',
|
isShow: '',
|
||||||
shopId: '9999'
|
shopId: '9999',
|
||||||
|
typeCd:''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user