outaozhen 5 년 전
부모
커밋
0a9c4c5840
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/pages/Product/Lock/Lockstore/components/LocksDetail/LockTabList.jsx

+ 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}
     </>
   )