修复遍历key值

This commit is contained in:
whyour
2022-09-20 01:23:33 +08:00
parent 931638b687
commit 5168b044a3
4 changed files with 22 additions and 18 deletions
+1
View File
@@ -124,6 +124,7 @@ const Initialization = () => {
</Form.Item>
{fields.map((x) => (
<Form.Item
key={x.label}
label={x.label}
name={x.label}
extra={x.tip}