Commit 631d396a authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复单据时间不显示的问题

parent 60fe6a69
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-06 16:30:44 * @Date: 2020-11-06 16:30:44
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-19 19:02:18 * @LastEditTime: 2021-01-21 14:54:02
* @Description: 待确认换货回单 * @Description: 待确认换货回单
*/ */
import React, { useState, useRef } from 'react'; import React, { useState, useRef } from 'react';
...@@ -63,7 +63,7 @@ const ExchangePrConfirmBack: React.FC = () => { ...@@ -63,7 +63,7 @@ const ExchangePrConfirmBack: React.FC = () => {
}, },
{ {
title: '单据时间', title: '单据时间',
dataIndex: 'created', dataIndex: 'applyTime',
align: 'center', align: 'center',
}, },
{ {
......
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