From bc9e5adf1032cb4ffeaefe98b324ec134137c29d Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期四, 28 九月 2023 15:13:01 +0800 Subject: [PATCH] feat: 收款单列表样式调整; 修复销售明细单列表高度不断增长的问题 --- package.json | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 31e0b1b..e7597d3 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,18 @@ "axios": "^1.4.0", "core-js": "^3.8.3", "crypto-js": "^4.1.1", + "dayjs": "^1.11.9", "element-ui": "^2.15.13", + "lodash": "^4.17.19", "qs": "^6.11.2", "save": "^2.9.0", "svg-sprite-loader": "^6.0.11", "vue": "^2.6.14", "vue-i18n": "^8.26.7", - "vue-router": "^3.6.5", + "vue-router": "^3.0.7", "vuex": "^3.6.2", - "web-storage-cache": "^1.1.1" + "web-storage-cache": "^1.1.1", + "webpack-theme-color-replacer": "^1.4.7" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -27,6 +30,7 @@ "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-service": "~5.0.0", + "compression-webpack-plugin": "^10.0.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", "sass": "^1.63.6", -- Gitblit v1.8.0