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