后端项目地址:https://gitee.com/wlovet/table-server 前端项目地址: https://gitee.com/wlovet/table-project 一.Render函数之Table加入IVIEW组件与表格修改 render函数可以在表格中除了可以加入html组件还有iview组件,使用方法是在定义列的时候使用元素构造对象h渲染新元素 render:(h,params)=>{ return h('div',{ props:{ }, style:{ } },pa…