From 127e4ffca67b5169068452895bc2e3a3b9878535 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Fri, 14 Feb 2020 15:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ScrollView/LogView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/ScrollView/LogView.vue b/frontend/src/components/ScrollView/LogView.vue index 04905cb8..a062b5ae 100644 --- a/frontend/src/components/ScrollView/LogView.vue +++ b/frontend/src/components/ScrollView/LogView.vue @@ -192,6 +192,7 @@ export default { }, onAutoScroll () { this.toBottom() + this.$st.sendEv('任务详情', '日志', '点击自动滚动') }, toggleErrors () { this.isErrorsCollapsed = !this.isErrorsCollapsed