mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-01 10:43:23 +08:00
* feat: department management demo * perf: department page improve * feat: demo api middleware * fix: add losing import
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"dept": {
|
|
"createTime": "创建时间",
|
|
"deptName": "部门名称",
|
|
"name": "部门",
|
|
"operation": "操作",
|
|
"parentDept": "上级部门",
|
|
"remark": "备注",
|
|
"status": "状态",
|
|
"title": "部门管理"
|
|
},
|
|
"title": "系统管理"
|
|
}
|