自定义了一个表头,里面是个按钮,为什么用v-on和@都不能绑定成功,报格式错误
renderHeader(h) {
return (
<div style="margin-bottom:10px">
<h1 style="text-align:center">本企业近年财务状况</h1>
<el-button size="small" type="success" @click="financeFalse">新增</el-button>
</div>
)
},
MMTTMM
相关分类