Browse Source

Merge pull request #2257 in DEC/decision-webui-dcm from bugfix/10.0 to feature/10.0

* commit 'eea8b373484d39027895308c6d18b546ead61b8e':
  DEC-19154 fix: 【自动化】数据连接-高级设置中查看和编辑时-获取连接前检验的文本不同
feature/10.0
superman 3 years ago
parent
commit
0c02d33884
  1. 4
      src/modules/pages/maintain/forms/components/form.jdbc.ts

4
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;
},

Loading…
Cancel
Save