# vue3-power-grid **Repository Path**: geran/vue3-power-grid ## Basic Information - **Project Name**: vue3-power-grid - **Description**: 基于vue3 element-plus的电网前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-20 - **Last Updated**: 2025-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-power-grid This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Compile and Minify for Production ```sh pnpm build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh pnpm test:unit ``` ### Run End-to-End Tests with [Cypress](https://www.cypress.io/) ```sh pnpm test:e2e:dev ``` This runs the end-to-end tests against the Vite development server. It is much faster than the production build. But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments): ```sh pnpm build pnpm test:e2e ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ``` ToDo List - 分页查询时,如果总量改变,会再次触发查询,针对该项的优化 - 场站信息查询时,响应信息为9条数据,实际返回5条 - rest接口有优化空间
# 更新日志 ## 2024年12月22日 - 场站信息中“额定功率”改为“装机容量” - 表单校验规则取消change事件触发方式 - 场站信息中的经纬度拆分为经度和纬度 - 新建预测任务后,自动关闭弹窗 ## 2025年2月16日 - 地图组件渲染完成后,自动绑定click事件,鼠标点击即可自动定位 - 历史功率信息新增和编辑功能优化,弹窗宽度增大 - 预测任务管理支持查看和编辑场站信息 - 预测任务组件优化:增加高级任务和普通任务说明;高级任务时,使用日期范围输入组件进行起始日期录入 ## 2025年6月8日 -