加入商城菜单

This commit is contained in:
java110 2021-06-05 15:48:21 +08:00
parent 628b832feb
commit f28dbb8c18
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@
</div>
</div>
<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 value="1001">家政</option>
<option value="2002">商城</option>

View File

@ -15,7 +15,8 @@
conditions: {
hktName: '',
isShow: '',
shopId: '9999'
shopId: '9999',
typeCd:''
}
}
},