# exam-admin-web **Repository Path**: zhuiM/exam-admin-web ## Basic Information - **Project Name**: exam-admin-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-04 - **Last Updated**: 2025-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 宏合云阅管理系统 ## 新功能说明 ### 学校选择器优化 系统对导航栏中的学校选择功能进行了优化,主要改进如下: 1. 添加学校搜索功能,支持按名称或ID搜索 2. 添加按区域筛选功能 3. 优化了下拉列表界面 4. 使用虚拟滚动列表技术,大幅提升大量学校数据下的性能 ## 安装依赖 新功能需要安装`vue-virtual-scroll-list`依赖,请运行以下命令安装: ```bash npm install vue-virtual-scroll-list --save ``` ## 开发说明 此系统使用Vue.js开发,包含了学校管理、学生管理、教师管理、教学管理等功能模块。 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).