优化HiddenInfo
parent
10afc671b1
commit
9ccc55b881
|
|
@ -356,9 +356,9 @@ function HiddenInfo(props) {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
info.isQualified === 1
|
(info.hiddenAcceptUserCO && Object.keys(info.hiddenAcceptUserCO).length > 0)
|
||||||
? (
|
? (
|
||||||
(info.hiddenAcceptUserCO && Object.keys(info.hiddenAcceptUserCO).length > 0)
|
info.isQualified === 1
|
||||||
? (
|
? (
|
||||||
<>
|
<>
|
||||||
<Divider orientation="left">验收信息</Divider>
|
<Divider orientation="left">验收信息</Divider>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue