feat: 订单管理联调

This commit is contained in:
2026-08-04 10:27:58 +08:00
parent 2497e6aabb
commit 9d98ebfc38
5 changed files with 63 additions and 36 deletions
+21
View File
@@ -9,8 +9,10 @@
"version": "0.0.0",
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@types/big.js": "^7.0.0",
"@yp-component/root": "^0.0.48",
"ant-design-vue": "^4.0.0",
"big.js": "^7.0.1",
"china-area-data": "^5.0.1",
"dayjs": "^1.11.21",
"echarts": "^5.6.0",
@@ -1050,6 +1052,12 @@
"url": "https://ko-fi.com/dangreen"
}
},
"node_modules/@types/big.js": {
"version": "7.0.0",
"resolved": "https://registry.npmmirror.com/@types/big.js/-/big.js-7.0.0.tgz",
"integrity": "sha512-WfAGp7IbJvyB8EmWK4tJD24rJRAL6uVbw3LV/hJntFNam+os9KWKj0PzXo8rRRpjupYK8U0M8FoBB8dBhWF2dg==",
"license": "MIT"
},
"node_modules/@types/estree": {
"version": "1.0.9",
"dev": true,
@@ -1677,6 +1685,19 @@
"node": ">=6.0.0"
}
},
"node_modules/big.js": {
"version": "7.0.1",
"resolved": "https://registry.npmmirror.com/big.js/-/big.js-7.0.1.tgz",
"integrity": "sha512-iFgV784tD8kq4ccF1xtNMZnXeZzVuXWWM+ERFzKQjv+A5G9HC8CY3DuV45vgzFFcW+u2tIvmF95+AzWgs6BjCg==",
"license": "MIT",
"engines": {
"node": "*"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bigjs"
}
},
"node_modules/body-parser": {
"version": "2.3.0",
"license": "MIT",