feat(custom): 订单核销新增最近核销
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-30 08:26:26 +08:00
parent 9af020af37
commit 92d7bf1933
4 changed files with 219 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "jdt-user",
"version": "4.0.9",
"version": "4.0.10",
"private": true,
"description": "",
"templateInfo": {
@@ -9,7 +9,7 @@
"css": "sass"
},
"taroConfig": {
"version": "4.0.9"
"version": "4.0.10"
},
"scripts": {
"build:weapp": "taro build --type weapp",
@@ -116,8 +116,8 @@
"stylelint": "9.3.0",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"unplugin-vue-components": "^0.23.0",
"typescript": "^5.8.2",
"unplugin-vue-components": "^28.4.1",
"vue-loader": "^17.4.2",
"weapp-tailwindcss": "^3.7.0",
"webpack": "^5.97.1",