no message

Former-commit-id: dea7d02b32e7cf813a0535cf4d7697ee343efe8b
Former-commit-id: 8741006345875b4d3283f7fe5ca1e0132ad6001e
Former-commit-id: 3d6a851fae2e6b4294e523282c5b27bb339e4c78
This commit is contained in:
李杨
2018-03-28 15:38:22 +08:00
parent 201e39a2c4
commit d423a80176
2 changed files with 34 additions and 54 deletions

View File

@@ -43,14 +43,14 @@ export const menu = {
icon: 'table',
children: [
{
title: '键盘访问',
title: '可编辑',
icon: 'file-o',
path: 'table/keyboard',
name: 'demo-business-table-keyboard',
path: 'table/edit',
name: 'demo-business-table-edit',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/business/table/keyboard/inedx.vue'], resolve) }
component: resolve => { require(['@/pages/demo/business/table/edit/index.vue'], resolve) }
}
]
}