fix: api watch data

This commit is contained in:
jialin
2024-06-29 23:24:12 +08:00
parent afb2a13b80
commit 9f4f28edaf
8 changed files with 48 additions and 12 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ const SealTable: React.FC<SealTableProps> = (props) => {
columnProps as SealColumnProps;
if (React.isValidElement(child)) {
return (
<Col span={span}>
<Col span={span} key={i}>
<TableHeader
title={title}
style={headerStyle}