feat(form-page): add form page demo

This commit is contained in:
vben
2020-11-17 17:02:42 +08:00
parent 4ddee05dee
commit 0b6110a8fc
43 changed files with 1389 additions and 116 deletions

View File

@@ -4,6 +4,9 @@ const menu: MenuModule = {
menu: {
path: '/table',
name: 'Table',
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -61,6 +64,13 @@ const menu: MenuModule = {
path: 'editCellTable',
name: '可编辑单元格',
},
{
path: 'editRowTable',
name: '可编辑行',
tag: {
content: 'new',
},
},
],
},
};