mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:18:33 +08:00
style: menu adjustment
This commit is contained in:
@@ -9,128 +9,7 @@ const menu: MenuModule = {
|
||||
path: '/basic',
|
||||
name: '基础组件',
|
||||
},
|
||||
{
|
||||
path: '/icon',
|
||||
name: '图标',
|
||||
},
|
||||
{
|
||||
path: '/click-out-side',
|
||||
name: 'ClickOutSide组件',
|
||||
},
|
||||
{
|
||||
path: '/table',
|
||||
name: '表格组件',
|
||||
children: [
|
||||
{
|
||||
path: '/basic',
|
||||
name: '基础表格',
|
||||
},
|
||||
{
|
||||
path: '/treeTable',
|
||||
name: '树形表格',
|
||||
},
|
||||
{
|
||||
path: '/fetchTable',
|
||||
name: '远程加载',
|
||||
},
|
||||
{
|
||||
path: '/fixedColumn',
|
||||
name: '固定列',
|
||||
},
|
||||
{
|
||||
path: '/customerCell',
|
||||
name: '自定义列',
|
||||
},
|
||||
{
|
||||
path: '/formTable',
|
||||
name: '开启搜索区域',
|
||||
},
|
||||
{
|
||||
path: '/useTable',
|
||||
name: 'UseTable',
|
||||
},
|
||||
{
|
||||
path: '/refTable',
|
||||
name: 'RefTable',
|
||||
},
|
||||
{
|
||||
path: '/multipleHeader',
|
||||
name: '多级表头',
|
||||
},
|
||||
{
|
||||
path: '/mergeHeader',
|
||||
name: '合并单元格',
|
||||
},
|
||||
{
|
||||
path: '/expandTable',
|
||||
name: '可展开表格',
|
||||
},
|
||||
{
|
||||
path: '/fixedHeight',
|
||||
name: '定高/头部自定义',
|
||||
},
|
||||
{
|
||||
path: '/footerTable',
|
||||
name: '表尾行合计',
|
||||
},
|
||||
{
|
||||
path: '/editCellTable',
|
||||
name: '可编辑单元格',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/form',
|
||||
name: '表单组件',
|
||||
children: [
|
||||
{
|
||||
path: '/basic',
|
||||
name: '基础表单',
|
||||
},
|
||||
{
|
||||
path: '/useForm',
|
||||
name: 'useForm',
|
||||
},
|
||||
{
|
||||
path: '/refForm',
|
||||
name: 'RefForm',
|
||||
},
|
||||
{
|
||||
path: '/advancedForm',
|
||||
name: '可收缩表单',
|
||||
},
|
||||
{
|
||||
path: '/ruleForm',
|
||||
name: '表单校验',
|
||||
},
|
||||
{
|
||||
path: '/dynamicForm',
|
||||
name: '动态表单',
|
||||
},
|
||||
{
|
||||
path: '/customerForm',
|
||||
name: '自定义组件',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/tree',
|
||||
name: '树组件',
|
||||
children: [
|
||||
{
|
||||
path: 'basic',
|
||||
name: '基础示例',
|
||||
},
|
||||
{
|
||||
path: 'editTree',
|
||||
name: '右键示例',
|
||||
},
|
||||
{
|
||||
path: 'actionTree',
|
||||
name: '函数操作示例',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
path: '/scroll',
|
||||
name: '滚动组件',
|
||||
|
Reference in New Issue
Block a user