Commit b9a48e1b authored by 前端-李俊鑫's avatar 前端-李俊鑫
parents 544f4255 8242addd
......@@ -64,7 +64,8 @@ const OrderPayResultModal:React.FC<OrderPayResultModalProps> = ({type, currentRe
itemLayout="horizontal"
dataSource={transData || []}
renderItem={(item: string, index: number) => (
<List.Item style={{fontSize: 12}} extra={<Button type='link' onClick={() => imgRef.current.toggle(index)}>预览</Button>}>
// <List.Item style={{fontSize: 12}} extra={<Button type='link' onClick={() => imgRef.current.toggle(index)}>预览</Button>}>
<List.Item style={{fontSize: 12}} extra={<Button type='link' href={item} target="_blank">预览</Button>}>
<OverflowText style={{flex: '.9'}}>
{item}
</OverflowText>
......
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