1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 06:51:23 +08:00

Added show staff name

This commit is contained in:
2023-05-19 15:06:37 +08:00
parent 16aec9e91e
commit 9f51661caa
6 changed files with 81 additions and 35 deletions

11
ui/package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"axios": "^1.4.0",
"element-plus": "^2.3.4",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"pinia": "^2.0.36",
"vite-plugin-inspect": "^0.7.24",
@@ -4045,6 +4046,11 @@
"graceful-fs": "^4.1.6"
}
},
"node_modules/jwt-decode": {
"version": "3.1.2",
"resolved": "https://registry.npmmirror.com/jwt-decode/-/jwt-decode-3.1.2.tgz",
"integrity": "sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A=="
},
"node_modules/kind-of": {
"version": "6.0.3",
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz",
@@ -9989,6 +9995,11 @@
"universalify": "^2.0.0"
}
},
"jwt-decode": {
"version": "3.1.2",
"resolved": "https://registry.npmmirror.com/jwt-decode/-/jwt-decode-3.1.2.tgz",
"integrity": "sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A=="
},
"kind-of": {
"version": "6.0.3",
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz",