Commit a37ae453 authored by hezhen's avatar hezhen

123

parent e4e7f7f4
......@@ -79,8 +79,8 @@
></el-option>
</el-select>
</el-form-item>
<el-form-item label="发送类型">
<el-select class="filter-item" v-model="form.jumpType" placeholder="请选择发送类型" @change="handleJumpType">
<el-form-item label="跳转页面">
<el-select class="filter-item" v-model="form.jumpType" placeholder="请选择跳转类型" @change="handleJumpType">
<el-option v-for="(val, key, index) in jumpList " :key="val.code" :label="val.value" :value="val.code"
></el-option>
</el-select>
......
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