加门店1级

This commit is contained in:
dengbw
2022-12-10 14:09:28 +08:00
parent 8e65b980e5
commit 982e36c32c
2 changed files with 10 additions and 3 deletions
@@ -264,6 +264,12 @@
新增活动底部菜单
</el-button>
</el-form-item>
<el-form-item label="黑名单:">
<el-radio-group v-model="form.blacklist">
<el-radio :label="0"></el-radio>
<el-radio :label="1"></el-radio>
</el-radio-group>
</el-form-item>
<el-form-item label="客服链接:">
<el-input
clearable
@@ -340,6 +346,7 @@
protocol: '',
serviceLink: '',
bottoms: [],
blacklist: 0,
pay: { way: 1, price: '', img: [] }
};
return {
@@ -69,21 +69,21 @@
label: '门店名称',
align: 'center',
showOverflowTooltip: true,
minWidth: 110
minWidth: 120
},
{
prop: 'consultant',
label: '参与顾问数',
align: 'center',
showOverflowTooltip: true,
minWidth: 100
minWidth: 90
},
{
prop: 'allConsultant',
label: '全部顾问数',
align: 'center',
showOverflowTooltip: true,
minWidth: 100
minWidth: 90
},
{
prop: 'browse',