x-extends/vxe-table-docs

表单中自定义按钮

Today919 opened this issue · 0 comments

formConfig:{ // ... items:[ { itemRender:{ name: "$buttons", children:[ { props:{ content:'清除缓存', status:'success', events:{ // 这里这个事件是这么写吧 为什么点击不生效 click:()=>{ console.log(1111) } } } } ] } } ] }