feat: Batch 2 - inspection & maintenance pages (12 pages)

Agent Loop: 3 agents, all passed
- Inspection: index/detail, records index/detail
- InspectionProblem: index/detail/management
- Maintenance: index/detail, records index/detail, check index
This commit is contained in:
Ubuntu
2026-06-15 21:11:12 +08:00
parent d1612fe376
commit 7cd91082d6
14 changed files with 1925 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ import {
GridItem,
Empty,
Search,
Card,
Image,
Tag,
} from 'vant'
// ── Vant 样式(组件样式按需引入) ──
@@ -84,6 +87,9 @@ const vantComponents = [
GridItem,
Empty,
Search,
Card,
Image,
Tag,
]
for (const component of vantComponents) {