mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat(系统参数): 新增系统参数管理模块
refactor(前端): 统一按钮权限属性顺序 style(前端): 格式化代码缩进和换行
This commit is contained in:
@@ -838,9 +838,9 @@
|
||||
"icon": "setting",
|
||||
"order": 8,
|
||||
"permission": "system:param:query",
|
||||
"route_name": "Config",
|
||||
"route_path": "/system/config",
|
||||
"component_path": "system/config/index",
|
||||
"route_name": "Params",
|
||||
"route_path": "/system/param",
|
||||
"component_path": "system/param/index",
|
||||
"status": true,
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
|
||||
Reference in New Issue
Block a user