利用vue的render写的示例组件,同时支持outside-click

本文通过实例展示了如何使用Vue的render函数创建组件,并详细解释了如何添加outside-click事件监听,使得组件在外部点击时触发特定行为。通过这种方法,你可以更灵活地定制组件的结构和交互。
摘要由CSDN通过智能技术生成
{
                    title: 'Priority',
                    key: 'PV',
                    width: 90,
                    align:'left',
                    className:'column-head column-status',
                    render: (h, params) => {
                        const row = params.row;
                        const index = row._index
                        const _this = this
                        let manList=this.MANAGE.ppmListData;
                        let innerPriority;
                        if(row.hasOwnProperty("editPriority")&&row.editPriority){
                            this.editPriorityValue = row['Priority']
                            this.$nextTick(()=>{
                                if(this.$refs.editPriorityInput && this.$refs.editPriorityInput.focus){
                                    this.$refs.editPriorityInput.focus()
                                }
                            })
                            let creat = this.$createElement
                            innerPriority = creat('Input',{
                                props:{
                                    value: row['Priority'],
                                    autofocus: true,
                                    number: true
                                },
                                nativeOn: {
                                    click: (ev)=>{
                                        ev.stopPropagation();
          
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值