hand(){
this.$Modal.confirm({
title: "shanchu",
content: "是否删除操作?",
onOk: async() => {
console.log("11121");
}
})
}
可以自定义页头和页脚吧
render 只能修改中间content内容和样式