diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 669cb1a9..1fdb5bf9 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -187,7 +187,7 @@ const msg = { list: "List", tree: "Tree", filterScope: "Filter Scope", - searchKeyword: "Search Keyword", + searchKeyword: "Keyword", quarterHourCutTip: "Last 15 mins", halfHourCutTip: "Last 30 mins", hourCutTip: "Last 1 hour", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 0b605780..cd2c99e0 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -189,7 +189,7 @@ const msg = { list: "列表", tree: "树结构", filterScope: "过滤范围", - searchKeyword: "关键字搜索", + searchKeyword: "关键字", quarterHourCutTip: "最近15分钟", halfHourCutTip: "最近30分钟", hourCutTip: "最近1小时", diff --git a/src/views/alarm/Content.vue b/src/views/alarm/Content.vue index ff02b12b..22c0112a 100644 --- a/src/views/alarm/Content.vue +++ b/src/views/alarm/Content.vue @@ -18,12 +18,11 @@ limitations under the License. --> v-for="(i, index) in alarmStore.alarms" :key="index" class="clear timeline-item" - @click="showDetails(i)" >
-