diff --git a/frontend/src/business/components/common/components/MsTableHeader.vue b/frontend/src/business/components/common/components/MsTableHeader.vue
index 00c0f9d991..463e5feadb 100644
--- a/frontend/src/business/components/common/components/MsTableHeader.vue
+++ b/frontend/src/business/components/common/components/MsTableHeader.vue
@@ -116,7 +116,7 @@
}
.search-bar {
- width: 200px
+ width: 240px
}
diff --git a/frontend/src/business/components/track/plan/view/comonents/api/TestPlanCaseListHeader.vue b/frontend/src/business/components/track/plan/view/comonents/api/TestPlanCaseListHeader.vue
index c16c85224c..d5da2e47e2 100644
--- a/frontend/src/business/components/track/plan/view/comonents/api/TestPlanCaseListHeader.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/api/TestPlanCaseListHeader.vue
@@ -3,7 +3,7 @@
:condition="condition"
@search="$emit('refresh')"
:show-create="false"
- :tip="$t('commons.search_by_name_or_id')">
+ :tip="$t('commons.search_by_id_name_tag')">
接口用例
diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
index 7f4ed90945..620cbc9433 100644
--- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
@@ -3,7 +3,7 @@
+ :show-create="false" :tip="$t('commons.search_by_id_name_tag')">
diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js
index ecc7f370f6..2f138ccdb1 100644
--- a/frontend/src/i18n/en-US.js
+++ b/frontend/src/i18n/en-US.js
@@ -71,7 +71,8 @@ export default {
not_filled: 'Not filled',
please_select: 'Please select',
search_by_name: 'Search by name',
- search_by_name_or_id: 'Search by name or id',
+ search_by_name_or_id: 'Search by ID/NAME',
+ search_by_id_name_tag: 'Search by ID/NAME/TAG',
personal_information: 'Personal Information',
exit_system: 'Exit System',
verification: 'Verification',
diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js
index cf7154389a..f5dfde774a 100644
--- a/frontend/src/i18n/zh-CN.js
+++ b/frontend/src/i18n/zh-CN.js
@@ -72,7 +72,8 @@ export default {
not_filled: '未填写',
please_select: '请选择',
search_by_name: '根据名称搜索',
- search_by_name_or_id: '根据ID或名称搜索',
+ search_by_name_or_id: '根据 ID/名称 搜索',
+ search_by_id_name_tag: '根据 ID/名称/标签 搜索',
personal_information: '个人信息',
exit_system: '退出系统',
verification: '验证',
diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js
index 9c07b711b2..027a7ffac7 100644
--- a/frontend/src/i18n/zh-TW.js
+++ b/frontend/src/i18n/zh-TW.js
@@ -72,7 +72,8 @@ export default {
not_filled: '未填寫',
please_select: '請選擇',
search_by_name: '根據名稱搜索',
- search_by_name_or_id: '根據ID或名稱搜索',
+ search_by_name_or_id: '根據 ID/名稱 搜索',
+ search_by_id_name_tag: '根據 ID/名稱/標籤 搜索',
personal_information: '個人信息',
exit_system: '退出系統',
verification: '驗證',