修改治具字段名

增加 lodash 库
This commit is contained in:
tao
2025-12-24 11:08:40 +08:00
parent cef3725a6e
commit e604d75e31
9 changed files with 64 additions and 38 deletions

8
package-lock.json generated
View File

@@ -8,9 +8,11 @@
"name": "rd_mes_front_hmi",
"version": "0.0.1",
"dependencies": {
"@types/lodash": "^4.17.21",
"ant-design-vue": "^4.2.6",
"axios": "^1.10.0",
"jsencrypt": "^3.5.4",
"lodash": "^4.17.21",
"pinia": "^3.0.3",
"unplugin-vue-components": "^28.7.0",
"vue": "^3.5.13",
@@ -943,6 +945,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==",
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.0.3",
"resolved": "https://registry.npmmirror.com/@types/node/-/node-24.0.3.tgz",