From d8db3d69e4a8410ea70273da5d96160431228cb3 Mon Sep 17 00:00:00 2001 From: zsmj1994 Date: Wed, 16 Jun 2021 14:34:35 +0800 Subject: [PATCH] =?UTF-8?q?DEC-19154=20fix:=20=E3=80=90=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E3=80=91=E6=95=B0=E6=8D=AE=E8=BF=9E=E6=8E=A5-?= =?UTF-8?q?=E9=AB=98=E7=BA=A7=E8=AE=BE=E7=BD=AE=E4=B8=AD=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=92=8C=E7=BC=96=E8=BE=91=E6=97=B6-=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E5=89=8D=E6=A3=80=E9=AA=8C=E7=9A=84=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E4=B8=8D=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/maintain/forms/components/form.jdbc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/pages/maintain/forms/components/form.jdbc.ts b/src/modules/pages/maintain/forms/components/form.jdbc.ts index 1684f5e..b00d993 100644 --- a/src/modules/pages/maintain/forms/components/form.jdbc.ts +++ b/src/modules/pages/maintain/forms/components/form.jdbc.ts @@ -581,7 +581,7 @@ export class FormJdbc extends BI.Widget { }, { type: FormItem.xtype, - name: BI.i18nText('Dec-Dcm_Connection_Form_Connection-Check'), + name: BI.i18nText('Dec-Dcm_Connection_Form_Database_Test_On_Borrow'), forms: [{ type: BI.TextValueCombo.xtype, $value: 'check', @@ -589,7 +589,7 @@ export class FormJdbc extends BI.Widget { allowBlank: true, value: testOnBorrow, items: this.getBooleanItem(), - watermark: BI.i18nText('Dec-Dcm_Connection_Form_Connection-Check'), + watermark: BI.i18nText('Dec-Dcm_Connection_Form_Database_Test_On_Borrow'), ref: (_ref: TextValueCombo) => { this.form.testOnBorrow = _ref; },