From 029c95498aa5d7706b2839858d42c2ed39bcf35b Mon Sep 17 00:00:00 2001 From: marvzhang Date: Mon, 6 Jan 2020 12:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E7=99=BE=E5=BA=A6=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/InfoView/NodeInfoView.vue | 2 +- frontend/src/components/Node/NodeInstallation.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/InfoView/NodeInfoView.vue b/frontend/src/components/InfoView/NodeInfoView.vue index e6ffb58a..6b0861e3 100644 --- a/frontend/src/components/InfoView/NodeInfoView.vue +++ b/frontend/src/components/InfoView/NodeInfoView.vue @@ -55,7 +55,7 @@ export default { }) } }) - this.$st.sendEv('节点详情', '保存') + this.$st.sendEv('节点详情', '概览', '保存') } } } diff --git a/frontend/src/components/Node/NodeInstallation.vue b/frontend/src/components/Node/NodeInstallation.vue index e0f2bb25..3924cd76 100644 --- a/frontend/src/components/Node/NodeInstallation.vue +++ b/frontend/src/components/Node/NodeInstallation.vue @@ -186,7 +186,7 @@ export default { onSearch () { this.isShowInstalled = false this.getDepList() - this.$st.sendEv('节点详情', '安装', '搜索') + this.$st.sendEv('节点详情', '安装', '搜索依赖') }, onIsShowInstalledChange (val) { if (val) { @@ -219,7 +219,7 @@ export default { dep.installed = true } this.$set(this.depLoadingDict, name, false) - this.$st.sendEv('节点详情', '安装', '点击安装依赖') + this.$st.sendEv('节点详情', '安装', '安装依赖') }, async onClickUninstallDep (dep) { const name = dep.name @@ -243,7 +243,7 @@ export default { dep.installed = false } this.$set(this.depLoadingDict, name, false) - this.$st.sendEv('节点详情', '安装', '点击卸载依赖') + this.$st.sendEv('节点详情', '安装', '卸载依赖') }, getDepLoading (dep) { const name = dep.name @@ -269,7 +269,7 @@ export default { }) } this.isLoadingInstallLang = false - this.$st.sendEv('节点详情', '安装', '点击安装语言') + this.$st.sendEv('节点详情', '安装', '安装语言') }, onTabChange () { if (this.isShowInstalled) {