Commit 56fb9b37 authored by XieZhiXiong's avatar XieZhiXiong

chore: 删除订单详情跳转

parent 156d708b
...@@ -104,14 +104,6 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({ ...@@ -104,14 +104,6 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
{ {
title: '订单号', title: '订单号',
dataIndex: 'orderNo', dataIndex: 'orderNo',
render: (text, record) => (
<a
href={`${target}/orderDetail?id=${record.orderId}`}
target="_blank"
>
{text}
</a>
),
}, },
{ {
title: '商品ID', title: '商品ID',
...@@ -178,14 +170,6 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({ ...@@ -178,14 +170,6 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
{ {
title: '订单号', title: '订单号',
dataIndex: 'orderNo', dataIndex: 'orderNo',
render: (text, record) => (
<a
href={`${target}/orderDetail?id=${record.orderId}`}
target="_blank"
>
{text}
</a>
),
}, },
{ {
title: '商品ID', title: '商品ID',
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-05 18:02:18 * @Date: 2020-11-05 18:02:18
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-10 14:54:52 * @LastEditTime: 2021-08-12 18:10:38
* @Description: 退款明细 * @Description: 退款明细
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';
...@@ -146,7 +146,6 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({ ...@@ -146,7 +146,6 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
{ {
title: '订单号', title: '订单号',
dataIndex: 'orderNo', dataIndex: 'orderNo',
render: (text, record) => text,
}, },
{ {
title: '商品ID', title: '商品ID',
......
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