修复下载,更改logo,优化评查详情内容的显示,修改sidebar的首页,修复文件上传合同的异步上传时序问题,首页最近文件的自动更新文件状态
This commit is contained in:
@@ -30,7 +30,8 @@ export function FileInfo({ fileInfo }: FileInfoProps) {
|
||||
{fileInfo.fileName}
|
||||
</h2>
|
||||
<span className="text-xs text-gray-500">
|
||||
合同编号:{fileInfo.contractNumber}
|
||||
{/* 合同编号:{fileInfo.contractNumber} */}
|
||||
卷宗编号:{fileInfo.contractNumber}
|
||||
</span>
|
||||
{fileInfo.fileSize && (
|
||||
<span className="text-xs text-gray-500 ml-2">
|
||||
|
||||
Reference in New Issue
Block a user