- 收敛 easyflow-ui-admin 的 lint、格式和类型问题 - 修正 demo 页面与管理端前端构建失败点 - 验证 pnpm lint 与 pnpm build 均已通过
23 lines
707 B
JSON
23 lines
707 B
JSON
{
|
|
"id": "Id",
|
|
"tenantId": "TenantId",
|
|
"roleName": "RoleName",
|
|
"roleKey": "RoleKey",
|
|
"status": "Status",
|
|
"created": "Created",
|
|
"createdBy": "CreatedBy",
|
|
"modified": "Modified",
|
|
"modifiedBy": "ModifiedBy",
|
|
"remark": "Remark",
|
|
"isDeleted": "IsDeleted",
|
|
"menuPermission": "MenuPermission",
|
|
"dataPermission": "DataPermission",
|
|
"categoryPermission": "CategoryPermission",
|
|
"categoryPermissionHint": "Deny by default. Applies to resource visibility and selectors/binders only.",
|
|
"categoryScopeAll": "AllCategories",
|
|
"categoryScopeCustom": "CustomCategories",
|
|
"categoryScopePlaceholder": "Select categories",
|
|
"checkStrictlyTrue": "Linked",
|
|
"checkStrictlyFalse": "NotLinked"
|
|
}
|