Browse Source

REPORT-72487 fix:代码规范

feature/x
Aries.lsy 3 years ago
parent
commit
598546772c
  1. 6
      src/modules/components/file_upload/file_upload.ts

6
src/modules/components/file_upload/file_upload.ts

@ -201,17 +201,17 @@ export class FileUpload extends BI.Widget {
rgap: 5,
items: [
{
type: "bi.label",
type: BI.Label.xtype,
text: BI.i18nText('Dec-Dcm_Connection_File_Upload_ErrorTip1'),
},{
type: "bi.text_button",
type: BI.TextButton.xtype,
cls: "bi-high-light bi-high-light-border-bottom",
text: BI.i18nText('Dec-Dcm_Connection_File_Upload_ErrorTip2'),
handler: function () {
window.open(Dec.system[DecCst.Hyperlink.DECISION_HYPERLINK_CONFIG][DecCst.Hyperlink.KERBEROS_CONF_HELP]);
},
},{
type: "bi.label",
type: BI.Label.xtype,
text: BI.i18nText('Dec-Dcm_Connection_File_Upload_ErrorTip3'),
}
],

Loading…
Cancel
Save