提交 e15c549f 作者: 龚洪江

修复:租赁详情表格id

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