Commit be561d21 authored by XieZhiXiong's avatar XieZhiXiong

feat: 添加默认展示key

parent fa199e9c
......@@ -314,7 +314,7 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
) : null}
{radioValue === '2' ? (
<>
<Tabs>
<Tabs defaultActiveKey={detailed ? `${detailed[detailed.length - 1].batch}` : ''}>
{detailed.map((item) => (
<TabPane
tab={`第 ${item.batch} 批次`}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment