前端项目实战叁佰零陆react-admin+material ui-react-admin-admin中SimpleFormIterator之getItemLabel
<SimpleFormIterator getItemLabel={index => `#${index + 1}`}>
<TextInput source="name" />
<NumberInput source="price" />
<NumberInput source="quantity" />
</SimpleFormIterator>
每行添加标签