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