From 47ebd8c2ed23c6308e0728a70079287a57035680 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 17 Mar 2026 15:19:52 +0800 Subject: [PATCH] fix(Permission): The column permission search box searches for fields, not rule groups. --- frontend/src/i18n/en.json | 1 + frontend/src/i18n/ko-KR.json | 1 + frontend/src/i18n/zh-CN.json | 1 + frontend/src/views/system/permission/index.vue | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index f7e995c2d..c9db6e6ca 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -575,6 +575,7 @@ "operate_with_caution": "After deletion, the users under the workspace will be removed and all resources will be deleted. Please operate with caution." }, "permission": { + "search_field": "Search field", "search_rule_group": "Search rule group", "add_rule_group": "Add rule group", "permission_rule": "Permission rules", diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index 34c27650c..f1241465c 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -575,6 +575,7 @@ "operate_with_caution": "삭제 후 해당 작업 공간의 사용자가 제거되고 모든 리소스도 삭제됩니다. 신중하게 작업하십시오." }, "permission": { + "search_field": "검색 필드", "search_rule_group": "규칙 그룹 검색", "add_rule_group": "규칙 그룹 추가", "permission_rule": "권한 규칙", diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index 66f817720..e2e222ae4 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -575,6 +575,7 @@ "operate_with_caution": "删除后,该工作空间下的用户将被移除,所有资源也将被删除,请谨慎操作。" }, "permission": { + "search_field": "搜索字段", "search_rule_group": "搜索规则组", "add_rule_group": "添加规则组", "permission_rule": "权限规则", diff --git a/frontend/src/views/system/permission/index.vue b/frontend/src/views/system/permission/index.vue index 9f1d6daba..44021d018 100644 --- a/frontend/src/views/system/permission/index.vue +++ b/frontend/src/views/system/permission/index.vue @@ -867,7 +867,7 @@ const columnRules = {