|
@@ -200,7 +200,7 @@ function getWarnTypeList() { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
// 自定义渲染表头(使用tsx语法) |
|
|
// 自定义渲染表头(使用tsx语法) |
|
|
const headerRender = (scope: HeaderRenderScope<User.ResUserList>) => { |
|
|
|
|
|
|
|
|
const headerRender = (scope: any) => { |
|
|
return ( |
|
|
return ( |
|
|
<span>{scope.column.label}</span> |
|
|
<span>{scope.column.label}</span> |
|
|
|
|
|
|
|
|