refactor(manager): 替换iView组件为TDesign并优化样式

- 将iView组件统一替换为TDesign组件
- 优化表单、表格、弹窗等交互样式
- 修复路由重复添加问题
- 更新依赖版本
- 调整布局间距与响应式
- 修复表单重置方法兼容性
- 统一消息提示组件
This commit is contained in:
pikachu1995@126.com
2025-11-30 18:19:19 +08:00
parent e5d98d022e
commit 028f32a73c
180 changed files with 10701 additions and 17865 deletions

View File

@@ -23,10 +23,11 @@
"s": "^1.0.0",
"sass-loader": "^10.4.1",
"sockjs-client": "^1.4.0",
"swiper": "^6.3.5",
"swiper": "^5.4.5",
"uuid": "^8.3.2",
"view-design": "^4.6.1",
"vue": "^2.6.10",
"atob": "^2.1.2",
"vue": "2.6.14",
"vue-awesome-swiper": "^4.1.1",
"vue-json-excel": "^0.3.0",
"vue-lazyload": "^1.3.3",
@@ -35,6 +36,7 @@
"vue-router": "^3.1.3",
"vuedraggable": "^2.23.2",
"vuex": "^3.4.0",
"tdesign-vue": "^1.14.2",
"xss": "^1.0.7"
},
"devDependencies": {
@@ -51,7 +53,7 @@
"uglifyjs-webpack-plugin": "^2.2.0",
"view-design": "^4.6.1",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-template-compiler": "^2.6.10"
"vue-template-compiler": "2.6.14"
},
"resolutions": {
"minimatch": "^3.1.2",