From ec3243e4ed1c7fa2ac5b923784ca791f0db085e8 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 29 Dec 2022 19:23:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E6=BA=90):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=95=B0=E6=8D=AE=E6=BA=90=E5=88=A0=E9=99=A4=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/datasource/DsTree.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/views/system/datasource/DsTree.vue b/frontend/src/views/system/datasource/DsTree.vue index 7d5de21f87..2b5c2eb205 100644 --- a/frontend/src/views/system/datasource/DsTree.vue +++ b/frontend/src/views/system/datasource/DsTree.vue @@ -758,9 +758,8 @@ export default { if (this.treeData.length) { params.title = this.$t('datasource.this_data_source') params.link = this.$t('datasource.click_to_check') - params.content = this.$t('datasource.cannot_be_deleted_dataset') + params.content = this.$t('datasource.cannot_be_deleted_datasource') params.templateDel = msgContent - params.linkTo = this.linkTo.bind(this, { queryType, id }) this.withLink(params) return