Commit 379a2dfd authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复跳转订单详情无效的问题

parent 7b3bd7aa
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-10 15:31:35
* @LastEditTime: 2021-08-11 16:45:01
* @Description: 退货收货统计、退货发货明细
*/
import React, { useState } from 'react';
......@@ -106,7 +106,7 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
dataIndex: 'orderNo',
render: (text, record) => (
<a
href={`${target}/orderDetail?orderNo=${record.orderNo}`}
href={`${target}/orderDetail?id=${record.orderId}`}
target="_blank"
>
{text}
......
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