GP12报表分页优化

This commit is contained in:
2025-03-10 18:24:53 +08:00
parent 5717388e68
commit 81df92861e
3 changed files with 131 additions and 123 deletions

View File

@@ -5,7 +5,9 @@
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging"
"build:stage": "vue-cli-service build --mode staging",
"generateAnalyzFile": "webpack --profile --json stats.json",
"analyz": "webpack-bundle-analyzer --port 8888./dist/stats.json"
},
"husky": {
"hooks": {
@@ -90,7 +92,8 @@
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "4.1.3",
"vue-template-compiler": "2.6.12"
"vue-template-compiler": "2.6.12",
"webpack-bundle-analyzer": "^4.10.2"
},
"engines": {
"node": ">=8.9",