feat(demo): add permission table demo

This commit is contained in:
zuihou
2021-04-27 00:22:05 +08:00
parent 5a3861b9cf
commit 9e208411a2
5 changed files with 141 additions and 0 deletions

View File

@@ -118,6 +118,10 @@ const menu: MenuModule = {
path: 'editRowTable',
name: t('routes.demo.table.editRowTable'),
},
{
path: 'authColumn',
name: t('routes.demo.table.authColumn'),
},
],
},
{