Commit 6297b5ed by liuchenxi

update: 添加群发任务门店文案

parent b5ccd041
......@@ -8,6 +8,13 @@
</el-select>
</el-form-item>
<el-form-item label="选择门店" prop="consumerStoreType">
<template slot="label">
<span>选择门店</span>
<el-tooltip open-delay="200" placement="top">
<i style="cursor:pointer;color:#909399;font-size:14px;" class="iconfont icon-xinxixianshi"></i>
<div slot="content" style="line-height: 22px;">固定门店:下发门店固定不变;<br />按门店条件:下发门店取所选条件下的最新门店;</div>
</el-tooltip>
</template>
<el-radio-group :disabled="isEdit || readOnly" v-model="form.consumerStoreType">
<el-radio :label="0">固定门店</el-radio>
<el-radio :label="1">按门店条件</el-radio>
......
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