提交 e15c549f 作者: 龚洪江

修复:租赁详情表格id

上级 4b5c34fa
......@@ -79,6 +79,7 @@ const DetailInformation: React.FC<PropsType> = ({ detail, orderStatusList }) =>
</span>
<span className='item'>{`创建时间:${detail?.createTime}`}</span>
</div>
{detail ? (
<Table
size='small'
dataSource={[detail]}
......@@ -87,6 +88,9 @@ const DetailInformation: React.FC<PropsType> = ({ detail, orderStatusList }) =>
bordered
pagination={false}
/>
) : (
''
)}
</div>
);
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论