Commit 7317311a by crushh

Merge branch 'feature/3月迭代' of http://git.gicdev.com/marketing-web/marketing into feature/3月迭代

parents bbe2f41b b4f4ab5a
......@@ -76,19 +76,17 @@
</el-form-item>
</template>
<hr class="dashed mb20" v-if="isMoreAccount" />
<template v-if="isMoreAccount">
<h2 class="icon-type-title mb20">
<div class="mark" />
AI营销
</h2>
<el-form-item label="AI电话(包含短信):" prop="aiRule" class="mb20">
<el-radio-group v-model="form.aiRule">
<el-radio :label="2">会员所属服务门店</el-radio>
<el-radio :label="3">活动创建人</el-radio>
</el-radio-group>
</el-form-item>
</template>
<hr class="dashed mb20" />
<h2 class="icon-type-title mb20">
<div class="mark" />
AI营销
</h2>
<el-form-item label="AI电话(包含短信):" prop="aiRule" class="mb20">
<el-radio-group v-model="form.aiRule">
<el-radio :label="2">会员所属服务门店</el-radio>
<el-radio :label="3">活动创建人</el-radio>
</el-radio-group>
</el-form-item>
</template>
</el-form>
<div class="footer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment