outaozhen 5 лет назад
Родитель
Сommit
0a9c4c5840

+ 6 - 0
src/pages/Product/Lock/Lockstore/components/LocksDetail/LockTabList.jsx

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