mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
window控件增加form关联,方便窗口使用
This commit is contained in:
@@ -90,6 +90,14 @@ const allMenus = [
|
||||
nameCn: '其他示例',
|
||||
nameEn: 'Others',
|
||||
menuUrl: '/tests'
|
||||
},
|
||||
{
|
||||
id: 25,
|
||||
parentId: 2,
|
||||
iconCls: 'TipsAndUpdatesOutlined',
|
||||
nameCn: '窗口表单示例',
|
||||
nameEn: 'Window Forms',
|
||||
menuUrl: '/window-forms'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user