码迷,mamicode.com
首页 > 其他好文 > 详细

iview 在Table组件render 中使用Poptip组件 阿星小栈

时间:2018-04-26 19:57:45      阅读:2179      评论:0      收藏:0      [点我收藏+]

标签:分享图片   ace   com   tab   组件   table   sage   error   ror   

 

            render: (h, params) => {
                            return h(‘div‘, [
                                h(‘Button‘, {
                                    props: {type: ‘error‘, size: ‘small‘},
                                },[
                                    h(‘Poptip‘, {
                                        props: {
                                            confirm: true,
                                            transfer: true,
                                            placement: ‘left-end‘,
                                            title: ‘确定要删除吗!‘,
                                            type: ‘error‘,
                                            size: ‘small‘,
                                            width: ‘300‘,

                                        },
                                        on: {
                                            ‘on-ok‘:  ()=>{
                                                this.$Message.info(‘点击了确定‘)
                                            },
                                            ‘on-cancel‘: function(){
                                                this.$Message.info(‘点击了取消‘)
                                            }
                                        }
                                    }, ‘删除‘)
                                ]),
                            ]);
                        }

 

效果

技术分享图片

 

iview 在Table组件render 中使用Poptip组件 阿星小栈

标签:分享图片   ace   com   tab   组件   table   sage   error   ror   

原文地址:https://www.cnblogs.com/dereckbu/p/8954519.html

(1)
(3)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!