|
@@ -136,6 +136,12 @@ const RenderLongleCon = ({ longgleService }) => {
|
|
|
<>
|
|
<>
|
|
|
{showProductsStatus.includes(item.status) ? (
|
|
{showProductsStatus.includes(item.status) ? (
|
|
|
<ProductLabel longgleService={item.product} />
|
|
<ProductLabel longgleService={item.product} />
|
|
|
|
|
+ ) : null},
|
|
|
|
|
+ {showNewLongleStatus.includes(item.status) ? (
|
|
|
|
|
+ {item.NewKeyNum}
|
|
|
|
|
+ ) : null},
|
|
|
|
|
+ {showMarkStatus.includes(item.status) ? (
|
|
|
|
|
+ {item.mark}
|
|
|
) : null}
|
|
) : null}
|
|
|
</>
|
|
</>
|
|
|
)
|
|
)
|