Browse Source

Merge pull request #2258 in DEC/decision-webui-dcm from feature/10.0 to research/10.0

* commit '0c02d33884bf3311e23bb11690906a9e94164901':
  DEC-19154 fix: 【自动化】数据连接-高级设置中查看和编辑时-获取连接前检验的文本不同
research/10.0
superman 3 years ago
parent
commit
ddef1c4460
  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