Skip to content

Commit

Permalink
fix: 搜索服务名称不生效--bug=120091273 (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuikill authored Jan 30, 2024
1 parent 4de6ccb commit d197f92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bcs-services/bcs-bscp/ui/src/i18n/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export default {
'密钥仅用于 SDK/API 拉取配置使用。服务管理/配置管理/分组管理等功能的权限申请,请前往': 'The key is only used for SDK/API pull configurations. To apply for permissions for functions such as service management/configuration management/group management, please go to',
蓝鲸权限中心: 'Blue Whale Authority Center',
新建密钥: 'New Credentials',
'说明/更新人': 'Description/updater',
'密钥名称/说明/更新人': 'Key name/ Description/ Updater',
密钥名称: 'Key name',
密钥名称支持中英文: 'Key name supports Chinese and English',
密钥: 'Credentials',
Expand Down
2 changes: 1 addition & 1 deletion bcs-services/bcs-bscp/ui/src/i18n/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export default {
'密钥仅用于 SDK/API 拉取配置使用。服务管理/配置管理/分组管理等功能的权限申请,请前往': '密钥仅用于 SDK/API 拉取配置使用。服务管理/配置管理/分组管理等功能的权限申请,请前往',
蓝鲸权限中心: '蓝鲸权限中心',
新建密钥: '新建密钥',
'说明/更新人': '说明/更新人',
'密钥名称/说明/更新人': '密钥名称/说明/更新人',
密钥名称: '密钥名称',
密钥名称支持中英文: '密钥名称支持中英文',
密钥: '密钥',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
v-model="rule.app"
class="service-select"
:filterable="true"
:input-search="false"
:disabled="rule.type === 'del'"
:placeholder="t('请选择服务')"
@change="handleSelectApp(index)">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<bk-input
v-model="searchStr"
class="search-group-input"
:placeholder="t('说明/更新人')"
:placeholder="t('密钥名称/说明/更新人')"
:clearable="true"
@clear="refreshListWithLoading()"
@input="handleSearchInputChange">
Expand Down

0 comments on commit d197f92

Please sign in to comment.