Commit bf65463f authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改文字

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