You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bug1(告警中心分页不工作): AlertPage.vue添加watch监听page.page和page.pageSize变化触发loadData Bug2(仪表盘按钮报错): DashboardPage.vue为刷新配置/停止采集/启动采集添加ElMessage成功提示,导入ElMessage Bug3(设备详情页数据不对): MachineService四个方法从返回空数据改为查询实际数据 - GetStatus: 从Machine entity的last_*字段获取实时状态 - GetTodayProduction: 从cnc_daily_production或cnc_production_segment查今日产量 - GetProductionTrend: 从cnc_daily_production或segment查7天趋势 - GetCollectRecords: 从cnc_collect_record查最近20条采集记录 - IMachineRepository新增4个方法声明,MachineRepository实现SQL查询 Bug4(产量报表员工筛选不正确): - DailyProductionRepository.GetList添加WorkerId过滤(通过cnc_worker_machine关联表) - ProductionController.GetSummary扩展参数接受startDate/endDate/machineId/workerId - IProductionService/ProductionService.GetSummary签名同步更新 Ping逻辑改进: CollectWorker从Ping采集URL主机改为Ping每台机床IP地址 - 新增PingAllMachines()并行Ping所有机床IP,逐台更新在线状态 - 新增PingHost()执行单次ICMP Ping(超时2秒) - 移除旧的PingAddress()(Ping URL主机)和UpdateMachineOnlineStatus()(批量更新) |
4 days ago | |
|---|---|---|
| .. | ||
| e2e | 4 days ago | |
| mock | 5 days ago | |
| public | 1 week ago | |
| scripts | 1 week ago | |
| src | 4 days ago | |
| .gitignore | 1 week ago | |
| README.md | 1 week ago | |
| _screen_part1.vue | 1 week ago | |
| _screen_part2.vue | 1 week ago | |
| _screen_part3.vue | 1 week ago | |
| env.d.ts | 1 week ago | |
| gen-screen.cjs | 1 week ago | |
| gen1.cjs | 1 week ago | |
| gen2.cjs | 1 week ago | |
| gen3.cjs | 1 week ago | |
| generate-pages.cjs | 1 week ago | |
| index.html | 1 week ago | |
| package-lock.json | 5 days ago | |
| package.json | 5 days ago | |
| playwright.config.ts | 4 days ago | |
| tsconfig.app.json | 1 week ago | |
| tsconfig.json | 1 week ago | |
| tsconfig.node.json | 1 week ago | |
| vite.config.ts | 4 days ago | |
README.md
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.