add:新增商机管理-客户管理页面

This commit is contained in:
liangdong
2026-01-14 19:23:22 +08:00
parent c77ba236e7
commit d722f5cbc0
17 changed files with 2155 additions and 235 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
@@ -13,8 +14,11 @@
"@micro-zoe/micro-app": "^1.0.0-rc.28",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"@vue-flow/core": "^1.48.1",
"@vue/test-utils": "^2.4.6",
"element-plus": "^2.13.0",
"happy-dom": "^20.1.0",
"pinia": "^3.0.4",
"vitest": "^4.0.17",
"vue": "^3.5.24",
"vue-i18n": "^11.2.7",
"vue-router": "^4.6.4"