From 51f722cab18600d69e9224d080280c4659ecbfcb Mon Sep 17 00:00:00 2001 From: yis <15131735+Wzyhihi@user.noreply.gitee.com> Date: Fri, 18 Jul 2025 21:32:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=A8=A1=E5=9D=97=E4=B8=AD?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=86=E6=9E=90=E5=89=8D=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +- public/index.html | 31 +- src/api/analysis/orderAnalysis.js | 32 ++ src/api/analysis/taskAnalysis.js | 38 ++ src/main.js | 1 + src/router/routers.js | 3 +- src/utils/request.js | 2 +- src/views/analysis/taskAnalysis/index.vue | 474 ++++++++++++++++++++++ src/views/service/task.html | 459 +++++++-------------- vue.config.js | 4 +- 10 files changed, 729 insertions(+), 321 deletions(-) create mode 100644 src/api/analysis/orderAnalysis.js create mode 100644 src/api/analysis/taskAnalysis.js create mode 100644 src/views/analysis/taskAnalysis/index.vue diff --git a/package.json b/package.json index 006e592..e37c147 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "preview": "node build/index.js --preview", "test:unit": "jest --clearCache && vue-cli-service test:unit", "svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml", - "new": "plop" + "new": "plop", + "serve": "vue-cli-service serve" }, "husky": { "hooks": { @@ -38,7 +39,7 @@ "clipboard": "2.0.4", "codemirror": "^5.49.2", "core-js": "^2.6.12", - "echarts": "^4.2.1", + "echarts": "^4.9.0", "echarts-wordcloud": "^1.1.3", "element-ui": "^2.15.14", "file-saver": "1.3.8", @@ -54,6 +55,7 @@ "qs": "^6.10.1", "screenfull": "4.2.0", "sortablejs": "1.8.4", + "tailwindcss": "^4.1.11", "vue": "2.7.16", "vue-count-to": "^1.0.13", "vue-cropper": "0.4.9", diff --git a/public/index.html b/public/index.html index e918500..c44aeda 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,20 @@ -
- - - - - -