feat(sections): add SectionFormPage demo
Add a dedicated SectionFormPage demo component and view to showcase form fields, detail sections, notices, and page-driver-managed state. Remove the obsolete SectionSearchPanel demo route and menu entry, and add spacing to SectionFormPage cards for improved layout.feat(sections): add SectionFormPage demo Add a dedicated SectionFormPage demo component and view to showcase form fields, detail sections, notices, and page-driver-managed state. Remove the obsolete SectionSearchPanel demo route and menu entry, and add spacing to SectionFormPage cards for improved layout.
This commit is contained in:
@@ -65,12 +65,6 @@ export const routes: RouteRecordRaw[] = [
|
||||
component: () => import('@/views/demos/SectionFormPageDemo.vue'),
|
||||
meta: { title: 'SectionFormPage 示範', layout: 'default' },
|
||||
},
|
||||
{
|
||||
path: '/demos/sections/search-panel',
|
||||
name: 'demo-section-search-panel',
|
||||
component: () => import('@/views/demos/SectionSearchPanelDemo.vue'),
|
||||
meta: { title: 'SectionSearchPanel 示範', layout: 'default' },
|
||||
},
|
||||
{
|
||||
path: '/:fncId([0-9A-Z]{5,6})',
|
||||
name: 'fnc-page',
|
||||
|
||||
Reference in New Issue
Block a user