build-admin / buildadmin

可视化生成CRUD代码、内置WEB终端,技术栈为Vue3.x(setup)+ThinkPHP6+TypeScript+Vite+Pinia+Element Plus,自适应多端,同时提供Web和Server端、自动注册路由、无限级菜单权限节点、全局数据回收站、字段级修改保护等等,是集颜值、实用、敏捷于一身的管理系统。

Home Page:https://buildadmin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何在batable中增加elementui的多级表头,使用customRender函数不作用

LTAND opened this issue · comments

最外层已经渲染了一层el-table-column,所以customRender里边直接渲染嵌套的el-table-column即可,另外表格也有插槽可以使用