|
|
@ -1,6 +1,6 @@ |
|
|
|
import { List, NavBar } from 'antd-mobile'; |
|
|
|
|
|
|
|
import { UnorderedListOutline, SetOutline } from 'antd-mobile-icons'; |
|
|
|
import { UnorderedListOutline, SetOutline, UploadOutline } from 'antd-mobile-icons'; |
|
|
|
import { useNavigate } from 'react-router-dom'; |
|
|
|
|
|
|
|
export default function Mine2() { |
|
|
@ -15,6 +15,9 @@ export default function Mine2() { |
|
|
|
<List.Item prefix={<UnorderedListOutline />} onClick={() => navigate('/measure/records')}> |
|
|
|
测量记录 |
|
|
|
</List.Item> |
|
|
|
<List.Item prefix={<UploadOutline />} onClick={() => navigate('/measure/upload')}> |
|
|
|
上传记录 |
|
|
|
</List.Item> |
|
|
|
|
|
|
|
<List.Item prefix={<SetOutline />} onClick={() => {}}> |
|
|
|
设置 |
|
|
|