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.
- 前端:新增/编辑机床时传递brandId字段
- 前端:启停切换改为逐个调用PUT /admin/machine/{id}/toggle
- 前端:详情页API调用从query参数改为RESTful路径参数
- 后端:新增4个详情页API(status/production-today/production-trend/collect-records)
- 后端:新增3个DTO(MachineTodayProdItem/MachineTrendItem/MachineCollectRecordItem)
- 后端:更新MachineStatusResponse字段以匹配前端展示需求
|
1 week ago | |
|---|---|---|
| .. | ||
| mock | 1 week ago | |
| public | 1 week ago | |
| scripts | 1 week ago | |
| src | 1 week 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 | 1 week ago | |
| package.json | 1 week ago | |
| tsconfig.app.json | 1 week ago | |
| tsconfig.json | 1 week ago | |
| tsconfig.node.json | 1 week ago | |
| vite.config.ts | 1 week 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.