新增订购品规top10以及上季度趋势图功能
Showing
build/asset-manifest.json
0 → 100644
build/favicon.ico
0 → 100644
File added
build/index.html
0 → 100644
build/logo192.png
0 → 100644
5.22 KB
build/logo512.png
0 → 100644
9.44 KB
build/manifest.json
0 → 100644
build/robots.txt
0 → 100644
build/service-worker.js
0 → 100644
build/static/css/3.29c1ed91.chunk.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/static/css/3.29c1ed91.chunk.css.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/static/css/4.d33dd312.chunk.css
0 → 100644
build/static/css/4.d33dd312.chunk.css.map
0 → 100644
build/static/css/main.50b27b36.chunk.css
0 → 100644
build/static/css/main.50b27b36.chunk.css.map
0 → 100644
build/static/js/2.de16eafa.chunk.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/static/js/2.de16eafa.chunk.js.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/static/js/3.ef582e55.chunk.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/static/js/3.ef582e55.chunk.js.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/static/js/4.13cfb0bb.chunk.js
0 → 100644
This diff is collapsed.
Click to expand it.
build/static/js/4.13cfb0bb.chunk.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
build/static/js/main.81045cbd.chunk.js
0 → 100644
build/static/js/main.81045cbd.chunk.js.map
0 → 100644
build/static/js/runtime-main.0667f4b6.js
0 → 100644
build/static/js/runtime-main.0667f4b6.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
... | @@ -9,7 +9,6 @@ | ... | @@ -9,7 +9,6 @@ |
"@testing-library/user-event": "^7.1.2", | "@testing-library/user-event": "^7.1.2", | ||
"antd": "^3.26.0", | "antd": "^3.26.0", | ||
"axios": "^0.19.0", | "axios": "^0.19.0", | ||
"babel-polyfill": "^6.26.0", | |||
"bizcharts": "^3.5.6", | "bizcharts": "^3.5.6", | ||
"crypto-js": "^4.0.0", | "crypto-js": "^4.0.0", | ||
"md5": "^2.2.1", | "md5": "^2.2.1", | ||
... | @@ -18,7 +17,8 @@ | ... | @@ -18,7 +17,8 @@ |
"react-router-dom": "^5.0.1", | "react-router-dom": "^5.0.1", | ||
"react-scripts": "^3.4.0", | "react-scripts": "^3.4.0", | ||
"recharts": "^2.0.0-beta.1", | "recharts": "^2.0.0-beta.1", | ||
"echarts": "^4.6.0" | "echarts": "^4.6.0", | ||
"core-js": "^3.4.2" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
... | ... |