mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
refactor(form): enhanced form customization and dynamic capabilities
This commit is contained in:
@@ -38,10 +38,10 @@ const menu: MenuModule = {
|
||||
path: 'strength-meter',
|
||||
name: '密码强度组件',
|
||||
},
|
||||
{
|
||||
path: 'upload',
|
||||
name: '上传组件',
|
||||
},
|
||||
// {
|
||||
// path: 'upload',
|
||||
// name: '上传组件',
|
||||
// },
|
||||
{
|
||||
path: 'scroll',
|
||||
name: '滚动组件',
|
||||
|
@@ -4,10 +4,18 @@ const menu: MenuModule = {
|
||||
menu: {
|
||||
path: '/form',
|
||||
name: 'Form',
|
||||
tag: {
|
||||
type: 'warn',
|
||||
dot: true,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'basic',
|
||||
name: '基础表单',
|
||||
tag: {
|
||||
type: 'warn',
|
||||
content: 'updated',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'useForm',
|
||||
@@ -24,14 +32,26 @@ const menu: MenuModule = {
|
||||
{
|
||||
path: 'ruleForm',
|
||||
name: '表单校验',
|
||||
tag: {
|
||||
type: 'warn',
|
||||
content: 'updated',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'dynamicForm',
|
||||
name: '动态表单',
|
||||
tag: {
|
||||
type: 'warn',
|
||||
content: 'updated',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'customerForm',
|
||||
name: '自定义组件',
|
||||
tag: {
|
||||
type: 'warn',
|
||||
content: 'updated',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user