- 调整参数表格列布局,提升可读性- 隐藏“是否必须”列以简化界面显示 - 增强响应状态表格结构及样式适配 - 更新树形结构属性配置提升渲染性能 - 优化HTML内容绑定方式确保安全展示 - 移除冗余标题字段精简数据模型 - 新增批量推送按钮支持多选操作 - 完善记录列表选择功能并增加校验提示 - 改进确认弹窗文案区分单条与批量操作 - 引入row-key和show-selection增强表格功能 |
||
|---|---|---|
| public | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.cjs | ||
| README.md | ||
| env.d.ts | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| vite.config.js | ||
| web-types.json | ||
README.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).