主诉分类

This commit is contained in:
zhaotiantian
2023-11-23 18:20:12 +08:00
parent bd168e909f
commit 255f7a078c
4 changed files with 190 additions and 15 deletions
+3 -2
View File
@@ -11,16 +11,17 @@
"dependencies": {
"dayjs": "^1.11.10",
"path": "^0.12.7",
"vue": "^3.3.4"
"vue": "^3.3.4",
"vue3-seamless-scroll": "^2.0.1"
},
"devDependencies": {
"@ant-design/colors": "^7.0.0",
"@ant-design/icons-vue": "^6.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"ant-design-vue": "^3.2.20",
"echarts": "^5.4.3",
"less": "^4.2.0",
"typescript": "^5.0.2",
"ant-design-vue": "^3.2.20",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
}