Commit 57365c30 by 陈羽

Merge branch 'feature/3.0八月下迭代' of http://git.gicdev.com/marketing-web/marketing

parents 55b883a1 983d9f90
......@@ -32,7 +32,7 @@
</el-select> -->
<el-input v-model="listParams.searchParam" :style="setInputWidth()" :placeholder="placeholder" clearable @change="loadAll(true)"><i slot="prefix" class="el-input__icon el-icon-search"></i></el-input>
<el-select v-if="$route.params.type === 'sms'" class="dm-select" v-model="listParams.channelType" clearable placeholder="选择类型" @change="loadAll(true)">
<el-option label="短信验证码" value="1"></el-option>
<el-option label="会员验证码" value="1"></el-option>
<el-option label="导购验证码" value="2"></el-option>
</el-select>
</div>
......
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