Commit e8bc5052 authored by lxd's avatar lxd

feat:问题修复

parent 9f5c5c7e
...@@ -52,7 +52,7 @@ const Admin = () => { ...@@ -52,7 +52,7 @@ const Admin = () => {
}} }}
> >
<strong>{pendingNum?.timeOutShipNum || 0}</strong> <strong>{pendingNum?.timeOutShipNum || 0}</strong>
<p>发货{'>'}48小时</p> <p>超时发货{'>'}48小时</p>
</Link> </Link>
</Col> </Col>
<Col span={4}> <Col span={4}>
......
...@@ -169,7 +169,7 @@ const TableList = props => { ...@@ -169,7 +169,7 @@ const TableList = props => {
title: '商品自编码', title: '商品自编码',
dataIndex: 'thirdSpuNo', dataIndex: 'thirdSpuNo',
key: 'thirdSpuNo', key: 'thirdSpuNo',
width: 120, width: 150,
hideInSearch: true, hideInSearch: true,
className: 'colStyle', className: 'colStyle',
render: (_, record) => renderContent(record, 'thirdSpuNo'), render: (_, record) => renderContent(record, 'thirdSpuNo'),
......
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