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