From 033e0deb913d7b0c3073c2e6b3a89138b8c48aea Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Tue, 25 Jun 2024 13:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E4=B8=AD=E5=BF=83=20?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=AE=A1=E7=90=86=E3=80=81=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=E7=AE=A1=E7=90=86=E4=BF=AE=E6=94=B9=E4=B8=8E=E5=BC=80?= =?UTF-8?q?=E5=8F=91bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataSourceManagement/dataSourceManagement/rightDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataSourceManagement/dataSourceManagement/rightDialog.vue b/src/views/dataSourceManagement/dataSourceManagement/rightDialog.vue index 0b8e21c..e3d290c 100644 --- a/src/views/dataSourceManagement/dataSourceManagement/rightDialog.vue +++ b/src/views/dataSourceManagement/dataSourceManagement/rightDialog.vue @@ -174,7 +174,7 @@ export default { return } else { if (this.dataState == 0) { - this.$confirm('当前交钱未通过是否继续保存?', '提示', { + this.$confirm('当前校验未通过是否继续保存?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', showClose: false,