pangu-user-platform/pangu-ui
神码-方晓辉 0ee6ae1ba0 fix: 修复Mock数据字段名与视图不匹配问题
- 年级管理: name→gradeName, code→gradeCode
- 班级管理: name→className, code→classCode
- 学科管理: name→subjectName, code→subjectCode
- 区域管理: name→regionName, code→regionCode, 添加sort字段
- 应用管理: apis→apiAuth (视图字段修复)
- 移除member.js中重复的grade/class Mock定义避免冲突
2026-01-31 17:33:49 +08:00
..
public feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
src fix: 修复Mock数据字段名与视图不匹配问题 2026-01-31 17:33:49 +08:00
.gitignore feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
README.md feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
index.html feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00
package-lock.json chore: 升级前端依赖到官方最新版本 2026-01-31 16:52:01 +08:00
package.json chore: 升级前端依赖到官方最新版本 2026-01-31 16:52:01 +08:00
vite.config.js feat: 初始化盘古用户平台项目 2026-01-31 16:48:20 +08:00

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.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.