Commit bf65463f authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改文字

parent 2108287b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15 * @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-13 18:34:42 * @LastEditTime: 2021-01-21 14:38:39
* @Description: 换货收货统计、换货发货明细 * @Description: 换货收货统计、换货发货明细
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';
...@@ -288,7 +288,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({ ...@@ -288,7 +288,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
<Row align="middle"> <Row align="middle">
<Col span={16}> <Col span={16}>
<Descriptions> <Descriptions>
<Descriptions.Item label="货发货单号"> <Descriptions.Item label="退货发货单号">
{!isPurchaser ? ( {!isPurchaser ? (
<Link <Link
to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryId}`} to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryId}`}
...@@ -306,7 +306,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({ ...@@ -306,7 +306,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
{item.logisticsOrderNo} {item.logisticsOrderNo}
</Link> </Link>
</Descriptions.Item> </Descriptions.Item>
<Descriptions.Item label="货入库单号"> <Descriptions.Item label="退货入库单号">
{isPurchaser ? ( {isPurchaser ? (
<Link <Link
to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.storageId}`} to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.storageId}`}
......
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