美文网首页工作总结
element-ui el-dropdown

element-ui el-dropdown

作者: 轩轩小王子 | 来源:发表于2019-02-17 00:25 被阅读0次
<el-dropdown trigger="click" @command="handleCommand">

         <span class="el-dropdown-link btn send time-send small-hand" id="custom-sebd-btn"  :class="{active:customActive}">

                                {{custom}}

                            </span>

          <el-dropdown-menu slot="dropdown">

                                <el-dropdown-item :command="commandOne">生日当天发送</el-dropdown-item>

                                <el-dropdown-item :command="commandTwo">生日前一天发送</el-dropdown-item>

                                <el-dropdown-item :command="commandThr">生日前一星期发送</el-dropdown-item>

                            </el-dropdown-menu>

                        </el-dropdown>
 handleCommand(command){

            this.custom = command.desc;

 },

相关文章

网友评论

    本文标题:element-ui el-dropdown

    本文链接:https://www.haomeiwen.com/subject/nsyweqtx.html