mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-11 03:13:14 +08:00
feat: 添加菜单拓展字段并优化展示
- 在菜单表单中添加拓展字段(remark)输入框 - 在菜单抽屉组件中自定义渲染拓展字段的展示方式 - 添加对拓展字段用途的说明和提示信息
This commit is contained in:
@@ -382,4 +382,10 @@ export const drawerSchema: FormSchemaGetter = () => [
|
||||
help: '路由的keepAlive属性',
|
||||
label: '是否缓存',
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
fieldName: 'remark',
|
||||
label: '拓展字段',
|
||||
formItemClass: 'items-baseline',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user