mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 01:45:53 +08:00
提b2c部分基础迁移代码
This commit is contained in:
@@ -150,7 +150,6 @@
|
||||
<RadioGroup type="button" button-style="solid" v-model="messageSendForm.messageClient"
|
||||
@on-change="selectObject">
|
||||
<Radio label="member">会员</Radio>
|
||||
<Radio label="store">商家</Radio>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
|
||||
@@ -161,14 +160,7 @@
|
||||
<Radio v-if="messageSendForm.messageClient == 'member'" label="MEMBER">指定会员</Radio>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
<FormItem label="指定商家" v-if="shopShow">
|
||||
<Select v-model="messageSendForm.userIds" filterable multiple style="width: 90%;"
|
||||
label-in-value @on-change="getName">
|
||||
<Option v-for="item in shopList" :value="item.id" :key="item.id" :lable="item.storeName">{{ item.storeName
|
||||
}}
|
||||
</Option>
|
||||
</Select>
|
||||
</FormItem>
|
||||
|
||||
<FormItem label="选择会员" prop="scopeType"
|
||||
v-if="memberShow">
|
||||
<Button type="primary" icon="ios-add" @click="addVip" ghost>选择会员</Button>
|
||||
|
||||
Reference in New Issue
Block a user