Commit e8bc5052 authored by lxd's avatar lxd

feat:问题修复

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