Commit e112a487 authored by 高天阳's avatar 高天阳

更新 分页表格 卢浩然

parent 1673aa18
......@@ -32,6 +32,9 @@ export default {
customTreeTable: 'Custom TreeTable',
tab: 'Tab',
form: 'Form',
calendar: 'Calendar',
transfer: 'Transfer',
tabsTable: 'Tabs Table',
createForm: 'Create Form',
editForm: 'Edit Form',
errorPages: 'Error Pages',
......
......@@ -34,6 +34,7 @@ export default {
form: '表单',
calendar: '日历事项',
transfer: '穿梭框',
tabsTable: '分类表格',
createForm: '创建表单',
editForm: '编辑表单',
errorPages: '错误页面',
......
......@@ -146,6 +146,15 @@ export const asyncRouterMap = [
icon: 'table'
}
},
{
path: 'tabsTable',
component: _import('haomo/components/tabsTable/index'),
name: 'haomo-HmTabsTable',
meta: {
title: 'tabsTable',
icon: 'table'
}
},
{
path: 'iconMenu',
component: _import('haomo/components/iconMenu/index'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment