优化HiddenInfo

master
LiuJiaNan 2026-01-19 15:03:35 +08:00
parent 7616664d4c
commit 74694b5ad5
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ function HiddenInfo(props) {
...(item.rectificationTime ? [{ label: "整改时间", children: item.rectificationTime }] : []),
...(item.descr ? [{ label: "整改描述", children: item.descr }] : []),
...(item.investmentFunds ? [{ label: "投入资金", children: `${item.investmentFunds}` }] : []),
...(info.tempSafeMeasure ? [{ label: "临时安全措施", children: info.tempSafeMeasure }] : []),
...(info.tempSafeMeasure ? [{ label: "临时安全措施", children: info.remarks }] : []),
{ label: "整改后图片", children: <PreviewImg files={afterRectificationImageFiles[index]} /> },
{
label: "整改方案",