diff --git a/dbm-ui/frontend/src/components/system-search/Index.vue b/dbm-ui/frontend/src/components/system-search/Index.vue index c31ad7afba..2911e0e847 100644 --- a/dbm-ui/frontend/src/components/system-search/Index.vue +++ b/dbm-ui/frontend/src/components/system-search/Index.vue @@ -23,11 +23,18 @@ v-model="serach" class="search-input" clearable - :placeholder="t('全站搜索 Ctrl + K')" + :placeholder="t('全站搜索,支持多对象,Enter开启搜索')" :type="isFocused ? 'text' : 'search'" @enter="handleEnter" @focus="handleFocus" @paste="handlePaste"> + + diff --git a/dbm-ui/frontend/src/components/system-search/components/search-result/FilterOptions.vue b/dbm-ui/frontend/src/components/system-search/components/search-result/FilterOptions.vue index 4baec09f6a..48d679e208 100644 --- a/dbm-ui/frontend/src/components/system-search/components/search-result/FilterOptions.vue +++ b/dbm-ui/frontend/src/components/system-search/components/search-result/FilterOptions.vue @@ -85,7 +85,7 @@ -
+