Commit 47b40454 authored by 前端-许佳敏's avatar 前端-许佳敏

修改文案

parent 4fba2348
......@@ -78,7 +78,7 @@ const AddRepository:React.FC<{}> = (props) => {
{ dataIndex: 'repositOut', title: '调出库存', align: 'center', render: (_, record) => {
return <div>
<p><span>调入库存:</span><span>{record.foldInventory}</span></p>
<p><span>调入库存:</span><span>{record.foldRearInventory}</span></p>
<p><span>调入库存:</span><span>{record.foldRearInventory}</span></p>
</div>
} },
{ dataIndex: 'allotTime', title: '调拨时间', 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