lanjianrong 3 năm trước cách đây
mục cha
commit
b006818a06
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/Project/Verification/index.tsx

+ 1 - 1
src/pages/Project/Verification/index.tsx

@@ -78,7 +78,7 @@ const FlowList = () => {
               current: { ...record.approval, readPretty: true }
             })
           }}>
-          {record.approval?.name}
+          {record.name}
         </span>
       )
     },