1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

首页添加体温上报历史记录

This commit is contained in:
2023-04-18 01:16:44 +08:00
parent 7a425c6241
commit 873b66deec
12 changed files with 2083 additions and 2 deletions

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1681750162537" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2709" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M512 938.666667c235.648 0 426.666667-191.018667 426.666667-426.666667S747.648 85.333333 512 85.333333 85.333333 276.352 85.333333 512s191.018667 426.666667 426.666667 426.666667z m0 85.333333C229.248 1024 0 794.752 0 512S229.248 0 512 0s512 229.248 512 512-229.248 512-512 512z m42.666667-486.869333V298.538667C554.666667 275.328 535.552 256 512 256c-23.722667 0-42.666667 19.029333-42.666667 42.538667v256.256a41.984 41.984 0 0 0 12.202667 29.866666l121.258667 121.258667a42.368 42.368 0 0 0 60.032-0.298667 42.666667 42.666667 0 0 0 0.298666-60.032L554.666667 537.130667z" fill="#FF6031" p-id="2710"></path></svg>

After

Width:  |  Height:  |  Size: 948 B

View File

@@ -32,6 +32,13 @@ let menuItemDict = {
switchFunc: switchTab,
url: '/pages/residents/report'
},
'reportHistory': {
for: ['user'],
title: "体温上报历史记录",
image: "history.svg",
switchFunc: navigateTo,
url: '/pages/residents/reportHistory'
},
'shop': {
for: ['user'],
title: "生活物资",