# Maintenance Views Guide `views/maint` 是維護頁 demo。所有檔案都是自含的 route entry,UI 與流程直接在 view 中組合 `components/maint/MaintShell`、`components/sections`、`components/items` 與 composable。 ## 目前範本 - `SingleRecord.vue`:單主檔 CRUD + dialog(使用 page driver composable)。 - `EditableGrid.vue`:可編輯表格。 - `MasterDetailA.vue`:主檔 + 側邊明細 panel(使用 page driver composable)。 - `MasterDetailB.vue`:主檔 + collapse / full-height 明細。 - `MasterDetailC.vue`:主檔 + 簡化明細清單。 ## 複製規則 複製維護頁時同步調整: - `router/routes.ts` 的 `path`、`name`、`component`、`meta.layout` - 頁面標題、查詢欄位、表格欄位、form 型別、驗證規則 - store、service、model、語系、menu/favorites/breadcrumb 相關資料 正式 domain 不應長期塞在 `maint`,複製後優先移到自己的 feature 目錄。