There is the following configuration. If you want to generate a button based on the configuration, how can you pass in the context of this control? Or is there a better way to implement it?
Wait online for ten minutes~
buttons: [{
action: function (context) {
},
text: "查询"
}, {
action: function (context) {
},
text: "重置"
}]
Use
mixins